|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationCollection | |
---|---|
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
org.apache.camel.processor.aggregate | Helper classes for the Aggregator pattern. |
Uses of AggregationCollection in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return AggregationCollection | |
---|---|
AggregationCollection |
AggregatorType.getAggregationCollection()
|
Methods in org.apache.camel.model with parameters of type AggregationCollection | |
---|---|
AggregatorType |
AggregatorType.aggregationCollection(AggregationCollection aggregationCollection)
|
AggregatorType |
ProcessorType.aggregator(AggregationCollection aggregationCollection)
Creates an Aggregator pattern using a custom aggregation collection implementation. |
void |
AggregatorType.setAggregationCollection(AggregationCollection aggregationCollection)
|
Uses of AggregationCollection in org.apache.camel.processor |
---|
Constructors in org.apache.camel.processor with parameters of type AggregationCollection | |
---|---|
Aggregator(Processor processor,
AggregationCollection collection)
|
Uses of AggregationCollection in org.apache.camel.processor.aggregate |
---|
Classes in org.apache.camel.processor.aggregate that implement AggregationCollection | |
---|---|
class |
DefaultAggregationCollection
A Collection which aggregates exchanges together using a correlation
expression so that there is only a single message exchange sent for a single
correlation key. |
class |
PredicateAggregationCollection
An aggregator collection which uses a predicate to decide when an aggregation is completed for a particular correlation key |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |