Class MessageAggregatorImpl

    • Field Detail

      • log

        protected transient org.slf4j.Logger log
    • Constructor Detail

      • MessageAggregatorImpl

        public MessageAggregatorImpl()
    • Method Detail

      • withOverwriteMetadata

        public <T extends MessageAggregatorImpl> T withOverwriteMetadata​(java.lang.Boolean b)
      • overwriteMetadata

        protected boolean overwriteMetadata()
      • getOverwriteMetadata

        public java.lang.Boolean getOverwriteMetadata()
        Whether or not to overwrite original metadata with metadata from the split messages.
      • setOverwriteMetadata

        public void setOverwriteMetadata​(java.lang.Boolean overwriteMetadata)
        Whether or not to overwrite original metadata with metadata from the split messages.
      • getFilterCondition

        public Condition getFilterCondition()
        Allows you to filter the messages based on a condition - optional, positive filter match
      • setFilterCondition

        public void setFilterCondition​(Condition filterCondition)
        Allows you to filter the messages based on a condition - optional, positive filter match
      • getRetainFilterExceptionsMessages

        public java.lang.Boolean getRetainFilterExceptionsMessages()
        Should an error occur with the filter, should we exclude these messages from the result?
      • setRetainFilterExceptionsMessages

        public void setRetainFilterExceptionsMessages​(java.lang.Boolean retainFilterExceptionsMessages)
        Should an error occur with the filter, should we exclude these messages from the result?