org.apache.synapse.mediators.eip.aggregator |
|
Java Source File Name | Type | Comment |
Aggregate.java | Class | An instance of this class is created to manage each aggregation group, and it holds
the aggregation properties and the messages collected during aggregation. |
AggregateMediator.java | Class | 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. |