ThreadLocalScope instead.
The operation mode of this class contrasts with the 0.32
deprecation of auto finishing Spans upon Scope.close().
AutoFinishScope is a Scope implementation that uses ref-counting
to automatically finish the wrapped Span.@Deprecated public class AutoFinishScope extends Object implements Scope
AutoFinishScopeManager| Modifier and Type | Class and Description |
|---|---|
class |
AutoFinishScope.Continuation
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AutoFinishScope.Continuation |
capture()
Deprecated.
|
void |
close()
Deprecated.
|
Span |
span()
Deprecated.
|
public AutoFinishScope.Continuation capture()
public void close()
Copyright © 2016–2019 OpenTracing. All rights reserved.