Package io.opencensus.trace
Interface ContextManager
-
- All Known Implementing Classes:
ContextManagerImpl
public interface ContextManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextHandle
currentContext()
Span
getValue(ContextHandle contextHandle)
ContextHandle
withValue(ContextHandle contextHandle, Span span)
-
-
-
Method Detail
-
currentContext
ContextHandle currentContext()
-
withValue
ContextHandle withValue(ContextHandle contextHandle, @Nullable Span span)
-
getValue
Span getValue(ContextHandle contextHandle)
-
-