Class MdcSupplierPropagator
java.lang.Object
io.helidon.logging.common.MdcSupplierPropagator
- All Implemented Interfaces:
DataPropagationProvider<Map<String, Supplier<String>>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MdcSupplierPropagator
public MdcSupplierPropagator()For service loading.
-
-
Method Details
-
data
-
propagateData
Description copied from interface:DataPropagationProviderPropagates the data to be used by the new thread.- Specified by:
propagateDatain interfaceDataPropagationProvider<Map<String, Supplier<String>>>- Parameters:
data- data for propagation
-
clearData
Description copied from interface:DataPropagationProviderClears the propagated data from the new thread when it finishes.
-