Package org.hansken.plugin.extraction.runtime.grpc.server
-
Class Summary Class Description ExtractionPluginServer gRPC Server for Extraction Plugins.ExtractionPluginServerMain Code to provide main() functionality to run an Extraction Plugin as standalone server.ExtractionPluginServerService Implements the actual gRPC service definition.HealthService gRPC service that implements the gRPC Health Checking Protocol: https://github.com/grpc/grpc/blob/master/doc/health-checking.md This is used to perform a readiness check for the Extraction Plugin pod in Kubernetes.