Package io.micronaut.core.propagation
Interface PropagatedContextElement
- All Known Subinterfaces:
ThreadPropagatedContextElement<S>
- All Known Implementing Classes:
MdcPropagationContext
,ServerHttpRequestContext
public interface PropagatedContextElement
Propagated element of
PropagatedContext
.
Simple implementation intended for the propagation in the context as a data carrier.
- Since:
- 4.0.0
- Author:
- Denis Stepanov