Aggregate | An instance of this class is created to manage each aggregation group, and it holds the aggregation properties and the messages collected during aggregation. | code | html |
AggregateMediator | Aggregate a number of messages that are determined to be for a particular group, and combine them to form a single message which is then processed through the 'onComplete' sequence. | code | html |