|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchProcessor | |
|---|---|
| org.apache.camel.processor | A collection of Processor implementations which are used to implement the Enterprise Integration Patterns |
| Uses of BatchProcessor in org.apache.camel.processor |
|---|
| Subclasses of BatchProcessor in org.apache.camel.processor | |
|---|---|
class |
Aggregator
An implementation of the Aggregator pattern where a batch of messages are processed (up to a maximum amount or until some timeout is reached) and messages for the same correlation key are combined together using some kind of {@link AggregationStrategy ) (by default the latest message is used) to compress many message exchanges * into a smaller number of exchanges. |
class |
Resequencer
An implementation of the Resequencer which can reorder messages within a batch. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||