Class ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub

java.lang.Object
io.grpc.stub.AbstractStub<ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub>
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.
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    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.
    Request from the client to transform an input to a response.

    Methods inherited from class io.grpc.stub.AbstractBlockingStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait