Uses of Class
org.apache.camel.processor.BatchProcessor

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 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.
 



Copyright © 2009 IONA Open Source Community. All Rights Reserved.