-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- Enclosing class:
- CurrentTraceContext
public static interface CurrentTraceContext.Scope extends java.io.CloseableA span remains in the scope it was bound to until close is called.
-
-
Field Summary
Fields Modifier and Type Field Description static CurrentTraceContext.ScopeNOOPReturned whenCurrentTraceContext.maybeScope(TraceContext)detected scope redundancy.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()No exceptions are thrown when unbinding a span scope.
-
-
-
Field Detail
-
NOOP
static final CurrentTraceContext.Scope NOOP
Returned whenCurrentTraceContext.maybeScope(TraceContext)detected scope redundancy.
-
-