Concept: Aggregator Component Child Elements
The
aggregator
component supports these child elements.Child Element | Description |
|---|---|
custom-batch-strategy
| A customizable batching strategy that you configure as a Spring
bean. |
size-batch-strategy
| Batches incoming messages based on a specified batch size value. |
time-batch-strategy
| Batches incoming messages based on a specified time period value. |
custom-collater
| A customizable collating strategy that you configure as a Spring
bean. |
message-content-collater
| Aggregates the message content of the
MediationMessage . |
xml-message-content-collater
| Aggregates the XML document content of an XML message stream. |
json-collater
| Aggregates JSON documents into a single output. |
zip-file-collater
| Aggregates multiple files into a single ZIP file. |
mtable-collater
| Aggregates mtable rows into a new mtable
instance. |