Module io.helidon.webserver.grpc
Package io.helidon.webserver.grpc
Class GrpcReflectionFeatureProvider
java.lang.Object
io.helidon.webserver.grpc.GrpcReflectionFeatureProvider
- All Implemented Interfaces:
ConfiguredProvider<GrpcReflectionFeature>,ServerFeatureProvider<GrpcReflectionFeature>
public class GrpcReflectionFeatureProvider
extends Object
implements ServerFeatureProvider<GrpcReflectionFeature>
ServiceLoader provider implementation for gRPC reflection
feature for WebServer.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GrpcReflectionFeatureProvider
Deprecated.only forServiceLoaderRequired forServiceLoader.
-
-
Method Details
-
configKey
Description copied from interface:ConfiguredProviderKey this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.- Specified by:
configKeyin interfaceConfiguredProvider<GrpcReflectionFeature>- Returns:
- key of this implementation
-
create
Description copied from interface:ConfiguredProviderCreate a new instance from the configuration located on the provided node.- Specified by:
createin interfaceConfiguredProvider<GrpcReflectionFeature>- Parameters:
config- located atConfiguredProvider.configKey()nodename- name of the configured implementation- Returns:
- a new instance created from this config node
-
ServiceLoader