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,
boolean finishOnClose) |
Scope |
active() |
public Scope activate(Span span, boolean finishOnClose)
activate in interface ScopeManagerpublic Scope active()
active in interface ScopeManagerCopyright © 2016–2018 OpenTracing. All rights reserved.