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 Constructor Description ExtractionPluginServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hansken.extraction.plugin.grpc.ExtractionPluginServiceGrpc.AsyncService
pluginInfo, process, transform
-
-