Package io.micronaut.core.propagation
Interface PropagatedContextElement
- All Known Subinterfaces:
ThreadPropagatedContextElement<S>
- All Known Implementing Classes:
MdcPropagationContext
,ServerHttpRequestContext
public interface PropagatedContextElement
Marker interface for an object that can be placed into a
PropagatedContext
.- Since:
- 4.0.0
- Author:
- Denis Stepanov