public final class ContextUtils extends Object
Context
.
Users must interact with the current Context via the public APIs in Tracer
and avoid usages of the CONTEXT_SPAN_KEY
directly.
Modifier and Type | Field and Description |
---|---|
static io.grpc.Context.Key<Span> |
CONTEXT_SPAN_KEY
The
Context.Key used to interact with Context . |
public static final io.grpc.Context.Key<Span> CONTEXT_SPAN_KEY
Context.Key
used to interact with Context
.