Enum Class OutboundCorrelationStrategy

java.lang.Object
java.lang.Enum<OutboundCorrelationStrategy>
org.mule.sdk.api.runtime.parameter.OutboundCorrelationStrategy
All Implemented Interfaces:
Serializable, Comparable<OutboundCorrelationStrategy>, Constable

@MinMuleVersion("4.5.0") public enum OutboundCorrelationStrategy extends Enum<OutboundCorrelationStrategy>
Lists the possible strategies to determine the correlation id that should be sent on an outbound operation which supports correlation.

Operations should invoke the getOutboundCorrelationId(CorrelationInfo, String) method to obtain the actual value. If empty, then no correlation id should be sent.

Since:
1.0