Uses of Class
io.opentelemetry.context.ThreadLocalContextStorage
-
Packages that use ThreadLocalContextStorage Package Description io.opentelemetry.context A context propagation mechanism which can carry scoped-values across API boundaries and between threads. -
-
Uses of ThreadLocalContextStorage in io.opentelemetry.context
Methods in io.opentelemetry.context that return ThreadLocalContextStorage Modifier and Type Method Description static ThreadLocalContextStorage
ThreadLocalContextStorage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ThreadLocalContextStorage[]
ThreadLocalContextStorage. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-