Class ExtractionPluginServiceGrpc.ExtractionPluginServiceImplBase
java.lang.Object
org.hansken.extraction.plugin.grpc.ExtractionPluginServiceGrpc.ExtractionPluginServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,ExtractionPluginServiceGrpc.AsyncService
- Enclosing class:
ExtractionPluginServiceGrpc
public abstract static class ExtractionPluginServiceGrpc.ExtractionPluginServiceImplBase
extends Object
implements io.grpc.BindableService, ExtractionPluginServiceGrpc.AsyncService
Base class for the server implementation of the service ExtractionPluginService.
ExtractionPlugin service definition, that is implemented by the extraction plugin server.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hansken.extraction.plugin.grpc.ExtractionPluginServiceGrpc.AsyncService
pluginInfo, process, transform
-
Constructor Details
-
ExtractionPluginServiceImplBase
public ExtractionPluginServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-