|
||||||||||
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 | |
---|---|
ExpressionClause<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(Endpoint endpoint,
Processor processor,
AggregationCollection collection)
|
Uses of AggregationCollection in org.apache.camel.processor.aggregate |
---|
Subclasses of AggregationCollection in org.apache.camel.processor.aggregate | |
---|---|
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 |