| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| org.apache.camel.processor.aggregate |
Helper classes for the Aggregator pattern.
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationRepository |
AggregateDefinition.getAggregationRepository() |
| Modifier and Type | Method and Description |
|---|---|
AggregateDefinition |
AggregateDefinition.aggregationRepository(AggregationRepository aggregationRepository)
Sets the custom aggregate repository to use.
|
void |
AggregateDefinition.setAggregationRepository(AggregationRepository aggregationRepository) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryAggregationRepository
A memory based
AggregationRepository which stores Exchanges in memory only. |
| Modifier and Type | Method and Description |
|---|---|
AggregationRepository |
AggregateProcessor.getAggregationRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateProcessor.setAggregationRepository(AggregationRepository aggregationRepository) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OptimisticLockingAggregationRepository
A specialized
AggregationRepository which also supports
optimistic locking. |
interface |
RecoverableAggregationRepository
A specialized
AggregationRepository which also supports
recovery. |
Apache Camel