-
- All Implemented Interfaces:
-
io.opentracing.ScopeManager
public class ContextualScopeManager implements ScopeManager
-
-
Constructor Summary
Constructors Constructor Description ContextualScopeManager(int depthLimit, DDScopeEventFactory scopeEventFactory)
-
Method Summary
Modifier and Type Method Description Scopeactivate(Span span, boolean finishOnClose)Scopeactivate(Span span)Scopeactive()SpanactiveSpan()voidaddScopeContext(ScopeContext context)voidaddScopeListener(ScopeListener listener)Attach a listener to scope activation events -
-
Constructor Detail
-
ContextualScopeManager
ContextualScopeManager(int depthLimit, DDScopeEventFactory scopeEventFactory)
-
-
Method Detail
-
activate
Scope activate(Span span, boolean finishOnClose)
-
activate
Scope activate(Span span)
-
active
Scope active()
-
activeSpan
Span activeSpan()
-
addScopeContext
@Deprecated() void addScopeContext(ScopeContext context)
-
addScopeListener
void addScopeListener(ScopeListener listener)
Attach a listener to scope activation events
-
-
-
-