Interface GrpcServerServiceProvider
- All Superinterfaces:
ConfiguredProvider<GrpcServerService>
- All Known Implementing Classes:
GrpcSecurityServiceProvider, GrpcTracingServiceProvider, GrpcValidationProvider
Java service loader interface for gRPC services.
-
Method Summary
Methods inherited from interface ConfiguredProvider
configKey, create, createModifier and TypeMethodDescriptionKey this service implementation is stored under.Create a new instance from the configuration located on the provided node.default GrpcServerServicecreate(Config config, String name, ServiceRegistry serviceRegistry) Create a new instance from configuration using services from the registry which owns the configured instance.