Class ExtractionPluginServiceGrpc
java.lang.Object
org.hansken.extraction.plugin.grpc.ExtractionPluginServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.63.0)",
comments="Source: hansken_extraction_plugin/framework/ExtractionPluginService.proto")
public final class ExtractionPluginServiceGrpc
extends Object
ExtractionPlugin service definition, that is implemented by the extraction plugin server.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceExtractionPlugin service definition, that is implemented by the extraction plugin server.static final classA stub to allow clients to do synchronous rpc calls to service ExtractionPluginService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ExtractionPluginService.static classBase class for the server implementation of the service ExtractionPluginService.static final classA stub to allow clients to do asynchronous rpc calls to service ExtractionPluginService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<com.google.protobuf.Empty, RpcPluginInfo> static io.grpc.MethodDescriptor<com.google.protobuf.Any, com.google.protobuf.Any> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<RpcTransformerRequest, RpcTransformerResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getPluginInfoMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,RpcPluginInfo> getPluginInfoMethod() -
getProcessMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Any,com.google.protobuf.Any> getProcessMethod() -
getTransformMethod
public static io.grpc.MethodDescriptor<RpcTransformerRequest,RpcTransformerResponse> getTransformMethod() -
newStub
public static ExtractionPluginServiceGrpc.ExtractionPluginServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ExtractionPluginServiceGrpc.ExtractionPluginServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ExtractionPluginServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-