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>The storage for storing and retrieving the current
Context.A Java SPI (Service Provider Interface) to allow replacing the defaultContextStorage.Holder of functions to wrap the usedContextStorage.AExecutorServicethat implements methods that don't needContext.A value that can be stored insideContext.AnAutoCloseablethat represents a mounted context for a block of code.AContextStoragewhich keeps track of opened and closedScopes, reporting caller information if aScopeis closed incorrectly or not at all.