- java.lang.Object
-
- brave.Tracer.SpanInScope
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- Tracer
public static final class Tracer.SpanInScope extends java.lang.Object implements java.io.CloseableA 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.java.lang.StringtoString()
-