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
.A value that can be stored insideContext
.AnAutoCloseable
that represents a mounted context for a block of code.