Interface AggregatingConsumer<T extends AggregatingConsumeService>

    • Method Detail

      • aggregateMessages

        void aggregateMessages​(AdaptrisMessage msg,
                               T service)
                        throws ServiceException
        Perform the aggregation.
        Parameters:
        msg - the current message being processed.
        service - the service that relates to this consumer implementation.
        Throws:
        ServiceException