@MinMuleVersion(value="4.5.0")
public interface ForwardCompatibilityHelper
| Modifier and Type | Method and Description |
|---|---|
org.mule.sdk.api.runtime.source.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. |
org.mule.sdk.api.runtime.source.DistributedTraceContextManager |
getDistributedTraceContextManager(org.mule.sdk.api.runtime.parameter.CorrelationInfo correlationInfo)
To be used by Operations to obtain the
DistributedTraceContextManager associated to the current event context. |
org.mule.sdk.api.runtime.source.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. |
org.mule.sdk.api.runtime.source.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.org.mule.sdk.api.runtime.source.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.org.mule.sdk.api.runtime.source.DistributedTraceContextManager getDistributedTraceContextManager(org.mule.sdk.api.runtime.parameter.CorrelationInfo correlationInfo)
DistributedTraceContextManager associated to the current event context.correlationInfo - the CorrelationInfo of the current event.DistributedTraceContextManager.Copyright © 2022. All rights reserved.