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