public class ThreadLocalScopeManager extends Object implements ScopeManager
ScopeManager implementation built on top of Java's thread-local storage primitive.ThreadLocalScope| Constructor and Description |
|---|
ThreadLocalScopeManager() |
| Modifier and Type | Method and Description |
|---|---|
Scope |
activate(Span span) |
Scope |
activate(Span span,
boolean finishOnClose) |
Scope |
active() |
Span |
activeSpan() |
public Scope activate(Span span, boolean finishOnClose)
activate in interface ScopeManagerpublic Scope activate(Span span)
activate in interface ScopeManagerpublic Scope active()
active in interface ScopeManagerpublic Span activeSpan()
activeSpan in interface ScopeManagerCopyright © 2016–2019 OpenTracing. All rights reserved.