Uses of Class
org.apache.camel.model.config.BatchResequencerConfig

Packages that use BatchResequencerConfig
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.config The JAXB POJOs for various configurations for the XML Configuration of the routing rules. 
 

Uses of BatchResequencerConfig in org.apache.camel.model
 

Methods in org.apache.camel.model that return BatchResequencerConfig
 BatchResequencerConfig ResequenceDefinition.getBatchConfig()
           
 

Methods in org.apache.camel.model with parameters of type BatchResequencerConfig
 ResequenceDefinition ResequenceDefinition.batch(BatchResequencerConfig config)
          Configures the batch-based resequencing algorithm using the given BatchResequencerConfig.
protected  Resequencer ResequenceDefinition.createBatchResequencer(RouteContext routeContext, BatchResequencerConfig config)
          Creates a batch Resequencer instance applying the given config.
 void ResequenceDefinition.setBatchConfig(BatchResequencerConfig batchConfig)
           
 

Uses of BatchResequencerConfig in org.apache.camel.model.config
 

Methods in org.apache.camel.model.config that return BatchResequencerConfig
static BatchResequencerConfig BatchResequencerConfig.getDefault()
          Returns a new BatchResequencerConfig instance using default values for batchSize (100) and batchTimeout (1000L).
 



Apache CAMEL