Class ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub>
-
- org.hansken.extraction.plugin.grpc.ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub
-
- Enclosing class:
- ExtractionPluginServiceGrpc
public static final class ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service ExtractionPluginService.ExtractionPlugin service definition, that is implemented by the extraction plugin server.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)RpcPluginInfopluginInfo(com.google.protobuf.Empty request)Returns Extraction Plugin information, that is, a full description of the extraction plugin, and it expected input and outputs.RpcTransformerResponsetransform(RpcTransformerRequest request)Request from the client to transform an input to a response.
-
-
-
Method Detail
-
build
protected ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub>
-
pluginInfo
public RpcPluginInfo pluginInfo(com.google.protobuf.Empty request)
Returns Extraction Plugin information, that is, a full description of the extraction plugin, and it expected input and outputs.
-
transform
public RpcTransformerResponse transform(RpcTransformerRequest request)
Request from the client to transform an input to a response. A plugin can provide several transform methods. Which method is used is supplied in the request. The transform is typically done using a model.
-
-