Class EIPConstants


  • public final class EIPConstants
    extends Object
    Constants related to the EIP mediators
    • Field Detail

      • AGGREGATE_CORRELATION

        public static final String AGGREGATE_CORRELATION
        Typically the message ID of the parent message in a split/iterate etc so that its children could be uniquely aggregated by the aggrgate mediator etc
        See Also:
        Constant Field Values
      • MESSAGE_SEQUENCE

        public static final String MESSAGE_SEQUENCE
        Constant for the message sequence property key
        See Also:
        Constant Field Values
      • MESSAGE_SEQUENCE_DELEMITER

        public static final String MESSAGE_SEQUENCE_DELEMITER
        Delimiter for the message sequence value
        See Also:
        Constant Field Values
      • AGGREGATE_ELEMENT_TYPE_ROOT

        public static final String AGGREGATE_ELEMENT_TYPE_ROOT
        Constant for the Aggregate Element Type: root
        See Also:
        Constant Field Values
      • AGGREGATE_ELEMENT_TYPE_CHILD

        public static final String AGGREGATE_ELEMENT_TYPE_CHILD
        Constant for the Aggregate Element Type: child
        See Also:
        Constant Field Values
    • Constructor Detail

      • EIPConstants

        public EIPConstants()