Uses of Interface
io.opentelemetry.context.Scope
Packages that use Scope
Package
Description
A context propagation mechanism which can carry scoped-values across API boundaries and between
threads.
-
Uses of Scope in io.opentelemetry.context
Methods in io.opentelemetry.context that return ScopeModifier and TypeMethodDescriptiondefault ScopeContext.makeCurrent()Makes this the current context and returns aScopewhich corresponds to the scope of execution this context is current for.default ScopeImplicitContextKeyed.makeCurrent()Adds thisImplicitContextKeyedvalue to thecurrent contextand makes the newContextthe current context.static ScopeScope.noop()Returns aScopethat does nothing.