Uses of Interface
io.opencensus.trace.ContextHandle
Packages that use ContextHandle
-
Uses of ContextHandle in io.opencensus.trace
Methods in io.opencensus.trace that return ContextHandleModifier and TypeMethodDescriptionContextHandle.attach()ContextManager.currentContext()ContextManager.withValue(ContextHandle contextHandle, Span span) Methods in io.opencensus.trace with parameters of type ContextHandleModifier and TypeMethodDescriptionvoidContextHandle.detach(ContextHandle contextHandle) ContextManager.getValue(ContextHandle contextHandle) ContextManager.withValue(ContextHandle contextHandle, Span span) -
Uses of ContextHandle in io.opencensus.trace.unsafe
Methods in io.opencensus.trace.unsafe that return ContextHandleModifier and TypeMethodDescriptionstatic ContextHandleContextHandleUtils.currentContext()ContextManagerImpl.currentContext()static ContextHandleContextHandleUtils.withValue(ContextHandle context, Span span) Creates a newContextHandlewith the given value set.ContextManagerImpl.withValue(ContextHandle contextHandle, Span span) Methods in io.opencensus.trace.unsafe with parameters of type ContextHandleModifier and TypeMethodDescriptionstatic SpanContextHandleUtils.getValue(ContextHandle context) Returns the value from the specifiedContextHandle.ContextManagerImpl.getValue(ContextHandle contextHandle) static io.grpc.ContextContextHandleUtils.tryExtractGrpcContext(ContextHandle handle) Attempts to pull theContextout of an OpenCensusContextHandle.static ContextHandleContextHandleUtils.withValue(ContextHandle context, Span span) Creates a newContextHandlewith the given value set.ContextManagerImpl.withValue(ContextHandle contextHandle, Span span)