Aggregators Module Examples - Mule 4
To fully benefit from using Aggregators Module, see the following examples of configuring the module scopes, source, and fields:
-
Configure Size-Based Aggregator Scope
Configure the Size based aggregator scope to aggregate elements until a predefined size number of elements completes the aggregation. -
Configure Time-Based Aggregator Scope
Configure the Time based aggregator scope to aggregate elements within a predefined time limit. -
Configure Group-Based Aggregator Scope
Configure the Group based aggregator scope to aggregate elements into groups by group ID. -
Configure Size-Based Aggregator Timeout and Max Size Fields
Configure the Timeout and Max size fields for the Size based aggregator scope to understand the timeout behavior of the aggregator. -
Aggregators Module Multiple Examples Configuration
Configure the Size based aggregator and Group based aggregator scopes to aggregate elements and then process them in batch.