public interface TelemetryScope extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close()
AutoCloseable.close() that must be used to end this context scope and, thus, make it possible to create new span within try-with-resources
blocks. |
default void close()
AutoCloseable.close() that must be used to end this context scope and, thus, make it possible to create new span within try-with-resources
blocks.close in interface AutoCloseable