@NoImplement
public interface CorrelationInfo
OnSuccess or @OnError) can obtain an instance in order to obtain information regarding how the
message being processed correlates to its context.| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId() |
String |
getEventId() |
Optional<org.mule.runtime.api.message.ItemSequenceInfo> |
getItemSequenceInfo() |
boolean |
isOutboundCorrelationEnabled()
Indicates if outbound correlation ids are enabled at the application level or not.
|
String getEventId()
Event being processedboolean isOutboundCorrelationEnabled()
false, outbound operations
should not send correlation id, unless that operation has an explicit override.String getCorrelationId()
Event currently being processedOptional<org.mule.runtime.api.message.ItemSequenceInfo> getItemSequenceInfo()
Event currently being processedCopyright © 2020 MuleSoft, Inc.. All rights reserved.