-
- All Implemented Interfaces:
-
io.opentracing.ScopeManager
@Deprecated() public interface ScopeContext implements ScopeManager
Represents a ScopeManager that is only valid in certain cases such as on a specific thread.
-
-
Method Summary
Modifier and Type Method Description abstract booleaninContext()When multiple ScopeContexts are active, the first one to respond true will have control. -
-
Method Detail
-
inContext
abstract boolean inContext()
When multiple ScopeContexts are active, the first one to respond true will have control.
-
-
-
-