@FunctionalInterface public interface SpanScope extends AutoCloseable
Span
. This is attached to the thread, and should be closed
on the same thread as it was created before the span is ended.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the scope of the Span on which it was opened.
|
void close()
close
in interface AutoCloseable
Copyright © 2010–2023. All rights reserved.