Package io.helidon.grpc.core
Class ContextKeys
- java.lang.Object
-
- io.helidon.grpc.core.ContextKeys
-
public final class ContextKeys extends Object
A collection of common gRPCContext.Keyinstances.
-
-
Field Summary
Fields Modifier and Type Field Description static io.grpc.Metadata.Key<String>AUTHORIZATIONThe authorization gRPC metadata header key.static io.grpc.Context.Key<Context>HELIDON_CONTEXTThe gRPC context key to use to obtain the HelidonContextfrom the gRPCContext.
-