Interface PropagatedContext


public interface PropagatedContext
The propagation across different threads using the context which is immutable and can be extended/reduced by different elements. Each element can be a simple data structure carrying its state across the threads, or it can implement ThreadPropagatedContextElement for use-cases when thread-local values needs to be updated.
Since:
4.0.0
Author:
Denis Stepanov