Package com.contentgrid.opa.client.impl
Class CompileComponent
java.lang.Object
com.contentgrid.opa.client.impl.CompileComponent
- All Implemented Interfaces:
CompileApi
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.contentgrid.opa.client.api.CompileApi
CompileApi.PartialEvalResponse, CompileApi.PartialEvalResult, CompileApi.PartialEvaluationRequest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.contentgrid.opa.client.api.CompileApi
compile, compile
-
Constructor Details
-
CompileComponent
public CompileComponent()
-
-
Method Details
-
compile
public CompletableFuture<CompileApi.PartialEvalResponse> compile(CompileApi.PartialEvaluationRequest request) - Specified by:
compilein interfaceCompileApi
-