Class AsyncContextInMemoryScopeManager
- java.lang.Object
-
- io.servicetalk.opentracing.asynccontext.AsyncContextInMemoryScopeManager
-
- All Implemented Interfaces:
io.opentracing.ScopeManager,InMemoryScopeManager
public final class AsyncContextInMemoryScopeManager extends java.lang.Object implements InMemoryScopeManager
AInMemoryScopeManagerthat usesAsyncContextas the backing storage.
-
-
Field Summary
Fields Modifier and Type Field Description static InMemoryScopeManagerSCOPE_MANAGER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.opentracing.Scopeactivate(io.opentracing.Span span)InMemorySpanactiveSpan()
-
-
-
Field Detail
-
SCOPE_MANAGER
public static final InMemoryScopeManager SCOPE_MANAGER
-
-
Method Detail
-
activate
public io.opentracing.Scope activate(io.opentracing.Span span)
- Specified by:
activatein interfaceio.opentracing.ScopeManager
-
activeSpan
public InMemorySpan activeSpan()
- Specified by:
activeSpanin interfaceInMemoryScopeManager- Specified by:
activeSpanin interfaceio.opentracing.ScopeManager
-
-