Package io.opentelemetry.context
@ParametersAreNonnullByDefault
package io.opentelemetry.context
A context propagation mechanism which can carry scoped-values across API boundaries and between
threads.
- See Also:
-
ClassDescriptionA context propagation mechanism which can carry scoped-values across API boundaries and between threads.ContextKey<T>Key for indexing values of type
ContextKey
stored in aContext
.The storage for storing and retrieving the currentContext
.A Java SPI (Service Provider Interface) to allow replacing the defaultContextStorage
.Holder of functions to wrap the usedContextStorage
.AExecutorService
that implements methods that don't needContext
.A value that can be stored insideContext
.AnAutoCloseable
that represents a mounted context for a block of code.AContextStorage
which keeps track of opened and closedScope
s, reporting caller information if aScope
is closed incorrectly or not at all.