Uses of Class
org.apache.camel.processor.aggregate.AbstractListAggregationStrategy
-
Packages that use AbstractListAggregationStrategy Package Description org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. -
-
Uses of AbstractListAggregationStrategy in org.apache.camel.processor.aggregate
Subclasses of AbstractListAggregationStrategy in org.apache.camel.processor.aggregate Modifier and Type Class Description class
GroupedBodyAggregationStrategy
class
GroupedExchangeAggregationStrategy
Aggregate all exchanges into a single combined Exchange holding all the aggregated exchanges in aList
ofExchange
as the message body.class
GroupedMessageAggregationStrategy
Aggregate allMessage
into a single combined Exchange holding all the aggregated messages in aList
ofMessage
as the message body.
-