Class ContextKeys


  • public final class ContextKeys
    extends Object
    A collection of common gRPC Context.Key and Metadata.Key instances.
    • Field Detail

      • AUTHORIZATION

        public static final io.grpc.Metadata.Key<String> AUTHORIZATION
        The Metadata.Key to use to obtain the authorization data.
      • HELIDON_CONTEXT

        public static final io.grpc.Context.Key<Context> HELIDON_CONTEXT
        The gRPC context key to use to obtain the Helidon Context from the gRPC Context.
      • SERVICE_METHOD

        public static final io.grpc.Context.Key<Method> SERVICE_METHOD
        The Context.Key to use to obtain the actual underlying rpc Method.