Package io.micronaut.core.propagation
package io.micronaut.core.propagation
-
ClassDescriptionMutable propagated context will modify the internal context Intended for use-cases when the propagated context needs to be mutated and propagated later.The propagation across different threads using the context which is immutable and can be extended/reduced by different elements.Context propagation
AutoCloseable
to be used in try-resource block.Propagated element ofPropagatedContext
.Special version ofPropagatedContextElement
that is thread-aware and can update the thread context on the initial propagation entry and restore it on the propagation exist.