Uses of Class
io.opentelemetry.context.StrictContextStorage
Packages that use StrictContextStorage
Package
Description
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 StrictContextStorageModifier and TypeMethodDescription(package private) static StrictContextStorage
StrictContextStorage.create
(ContextStorage delegate) Returns a newStrictContextStorage
which delegates to the providedContextStorage
, wrapping created scopes to track their usage.