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