public final class ContextUtils extends Object
TagContext contained in the Context.
Most code should interact with the current context via the public APIs in TagContext and avoid accessing TAG_CONTEXT_KEY directly.
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.Context.Key<TagContext> |
TAG_CONTEXT_KEY
The
Context.Key used to interact with the TagContext contained in the
Context. |
public static final io.grpc.Context.Key<TagContext> TAG_CONTEXT_KEY
Context.Key used to interact with the TagContext contained in the
Context.