Class ContextKeys


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

      • AUTHORIZATION

        public static final io.grpc.Metadata.Key<String> AUTHORIZATION
        The authorization gRPC metadata header key.
      • 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.