public class CorrelationIdTraceContextFieldExtractor extends Object implements TraceContextFieldExtractor
TraceContextFieldExtractor for correlation id fields.| Modifier and Type | Field and Description |
|---|---|
static String |
MULE_CORRELATION_ID |
static String |
X_CORRELATION_ID |
| Constructor and Description |
|---|
CorrelationIdTraceContextFieldExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
extract(DistributedTraceContextGetter distributedTraceContextMapGetter) |
public static final String X_CORRELATION_ID
public static final String MULE_CORRELATION_ID
public CorrelationIdTraceContextFieldExtractor()
public Map<String,String> extract(DistributedTraceContextGetter distributedTraceContextMapGetter)
extract in interface TraceContextFieldExtractordistributedTraceContextMapGetter - a DistributedTraceContextGetter through which the context is propagated.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.