Package brave
Class Tracer.SpanInScope
- java.lang.Object
-
- brave.Tracer.SpanInScope
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- Tracer
public static final class Tracer.SpanInScope extends Object implements Closeable
A span remains in the scope it was bound to until close is called.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()No exceptions are thrown when unbinding a span scope.StringtoString()
-