Package io.micronaut.core.propagation
package io.micronaut.core.propagation
-
InterfacesClassDescriptionMutable propagated context will modify the internal context Intended for use-cases when the propagated context needs to be mutated and propagated later.A mechanism for propagating state across threads that's easier to use and safer than
ThreadLocal
.Closing this object undoes the effect of callingPropagatedContext.propagate()
on a context.Marker interface for an object that can be placed into aPropagatedContext
.APropagatedContextElement
that bridges to code that uses thread local storage instead ofPropagatedContext
.