Package io.opentelemetry.context
Class StrictContextStorage.StrictScope
- java.lang.Object
-
- io.opentelemetry.context.StrictContextStorage.StrictScope
-
- All Implemented Interfaces:
Scope
,java.lang.AutoCloseable
- Enclosing class:
- StrictContextStorage
final class StrictContextStorage.StrictScope extends java.lang.Object implements Scope
-
-
Field Summary
Fields Modifier and Type Field Description (package private) StrictContextStorage.CallerStackTrace
caller
(package private) Scope
delegate
-
Constructor Summary
Constructors Constructor Description StrictScope(Scope delegate, StrictContextStorage.CallerStackTrace caller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.lang.String
toString()
-
-
-
Field Detail
-
delegate
final Scope delegate
-
caller
final StrictContextStorage.CallerStackTrace caller
-
-
Constructor Detail
-
StrictScope
StrictScope(Scope delegate, StrictContextStorage.CallerStackTrace caller)
-
-