@MinMuleVersion(value="4.5.0") public interface ForwardCompatibilityHelper
| Modifier and Type | Method and Description |
|---|---|
DistributedTraceContextManager |
getDistributedTraceContextManager(org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
To be used by Operations to obtain the
DistributedTraceContextManager associated to the current event context. |
DistributedTraceContextManager |
getDistributedTraceContextManager(CorrelationInfo correlationInfo)
To be used by Operations to obtain the
DistributedTraceContextManager associated to the current event context. |
DistributedTraceContextManager |
getDistributedTraceContextManager(org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext)
To be used by Sources to obtain the
DistributedTraceContextManager associated to the source callback context. |
DistributedTraceContextManager getDistributedTraceContextManager(org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext)
DistributedTraceContextManager associated to the source callback context.sourceCallbackContext - the SourceCallbackContext of the calling source.DistributedTraceContextManager.DistributedTraceContextManager getDistributedTraceContextManager(org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
DistributedTraceContextManager associated to the current event context.correlationInfo - the CorrelationInfo of the current event.DistributedTraceContextManager.DistributedTraceContextManager getDistributedTraceContextManager(CorrelationInfo correlationInfo)
DistributedTraceContextManager associated to the current event context.correlationInfo - the CorrelationInfo of the current event.DistributedTraceContextManager.Copyright © 2022. All rights reserved.