Uses of Class
io.opentelemetry.context.StrictContextStorage
-
Packages that use StrictContextStorage Package Description io.opentelemetry.context A context propagation mechanism which can carry scoped-values across API boundaries and between threads. -
-
Uses of StrictContextStorage in io.opentelemetry.context
Methods in io.opentelemetry.context that return StrictContextStorage Modifier and Type Method Description (package private) static StrictContextStorage
StrictContextStorage. create(ContextStorage delegate)
Returns a newStrictContextStorage
which delegates to the providedContextStorage
, wrapping created scopes to track their usage.
-