public class ImmutableCorrelationInfo extends Object implements org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo
CorrelationInfo| Constructor and Description |
|---|
ImmutableCorrelationInfo(String eventId,
boolean outboundCorrelationEnabled,
String correlationId,
org.mule.runtime.api.message.ItemSequenceInfo itemSequenceInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId() |
String |
getEventId() |
Optional<org.mule.runtime.api.message.ItemSequenceInfo> |
getItemSequenceInfo() |
boolean |
isOutboundCorrelationEnabled() |
public String getEventId()
getEventId in interface org.mule.runtime.extension.api.runtime.parameter.CorrelationInfopublic boolean isOutboundCorrelationEnabled()
isOutboundCorrelationEnabled in interface org.mule.runtime.extension.api.runtime.parameter.CorrelationInfopublic String getCorrelationId()
getCorrelationId in interface org.mule.runtime.extension.api.runtime.parameter.CorrelationInfopublic Optional<org.mule.runtime.api.message.ItemSequenceInfo> getItemSequenceInfo()
getItemSequenceInfo in interface org.mule.runtime.extension.api.runtime.parameter.CorrelationInfoCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.