- All Superinterfaces:
AutoCloseable
A Scope that can be (eventually) closed. Used when making a span active.
-
Method Summary
-
Method Details
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-
isClosed
boolean isClosed()Whether the methodclose()
was already called or not.- Returns:
- if this scope is closed
-