Uses of Class
org.hansken.plugin.extraction.runtime.grpc.server.ExtractionPluginServer
-
Packages that use ExtractionPluginServer Package Description org.hansken.plugin.extraction.runtime.grpc.server -
-
Uses of ExtractionPluginServer in org.hansken.plugin.extraction.runtime.grpc.server
Methods in org.hansken.plugin.extraction.runtime.grpc.server that return ExtractionPluginServer Modifier and Type Method Description static ExtractionPluginServerExtractionPluginServer. serve(int port, int numberOfWorkers, io.grpc.BindableService service)Start a server with a custom service implementation.static ExtractionPluginServerExtractionPluginServer. serve(int port, int numberOfWorkers, Supplier<BaseExtractionPlugin> plugin)Starts a Extraction Plugin server, and returns the server instance.static ExtractionPluginServerExtractionPluginServer. serve(int port, io.grpc.BindableService service)Deprecated.useserve(int, int, io.grpc.BindableService)insteadstatic ExtractionPluginServerExtractionPluginServer. serve(int port, Supplier<BaseExtractionPlugin> plugin)Deprecated.useserve(int, int, java.util.function.Supplier)insteadstatic ExtractionPluginServerExtractionPluginServer. serve(ExtractionPluginServer server)Methods in org.hansken.plugin.extraction.runtime.grpc.server with parameters of type ExtractionPluginServer Modifier and Type Method Description static ExtractionPluginServerExtractionPluginServer. serve(ExtractionPluginServer server)
-