java.lang.Object
io.helidon.webserver.grpc.ServerContextKeys
A collection of gRPC
Context.Key instances available for use in Helidon WebServer gRPC request handlers.
Other keys which are not specific to server handlers can be found in the ContextKeys
class.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<GrpcConnectionContext> The gRPC context key to use to obtain the HelidonGrpcConnectionContextfrom the gRPCContext. -
Method Summary
-
Field Details
-
CONNECTION_CONTEXT
The gRPC context key to use to obtain the HelidonGrpcConnectionContextfrom the gRPCContext.
-