java.lang.Object
io.helidon.grpc.core.ContextKeys
A collection of common gRPC
Context.Key and Metadata.Key instances. Server-specific keys may be
found in the io.helidon.webserver.grpc.ServerContextKeys class in the helidon-webserver-grpc module.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.grpc.Metadata.Key<String> TheMetadata.Keyto use to obtain the authorization data.static final io.grpc.Context.Key<Context> The gRPC context key to use to obtain the HelidonContextfrom the gRPCContext.static final io.grpc.Context.Key<Method> TheContext.Keyto use to obtain the actual underlying rpcMethod. -
Method Summary