public interface ContextManager
Modifier and Type | Method and Description |
---|---|
ContextHandle |
currentContext() |
Span |
getValue(ContextHandle contextHandle) |
ContextHandle |
withValue(ContextHandle contextHandle,
Span span) |
ContextHandle currentContext()
ContextHandle withValue(ContextHandle contextHandle, @Nullable Span span)
Span getValue(ContextHandle contextHandle)