Enum Class IntegrationPatternType

java.lang.Object
java.lang.Enum<IntegrationPatternType>
org.springframework.integration.IntegrationPatternType
All Implemented Interfaces:
Serializable, Comparable<IntegrationPatternType>, Constable

public enum IntegrationPatternType extends Enum<IntegrationPatternType>
The Enterprise Integration Pattern types. Used to indicate which pattern a target component implements.
Since:
5.3
Author:
Artem Bilan