| Package | Description |
|---|---|
| org.apache.camel.builder | |
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnrichClause<T extends ProcessorDefinition<?>> |
| Modifier and Type | Method and Description |
|---|---|
AggregationStrategyClause<MulticastDefinition> |
MulticastDefinition.aggregationStrategy()
Sets the AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast using a fluent builder.
|
AggregationStrategyClause<AggregateDefinition> |
AggregateDefinition.aggregationStrategy()
Sets the AggregationStrategy to use with a fluent builder.
|
AggregationStrategyClause<AggregateDefinition> |
AggregateDefinition.strategy()
Sets the AggregationStrategy to use with a fluent builder.
|
Apache Camel