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 StrictContextStorageStrictContextStorage. create(ContextStorage delegate)Returns a newStrictContextStoragewhich delegates to the providedContextStorage, wrapping created scopes to track their usage.
-