Uses of Class
org.apache.camel.model.config.BatchResequencerConfig
Packages that use BatchResequencerConfig
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
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 BatchResequencerConfigMethods in org.apache.camel.model with parameters of type BatchResequencerConfigModifier and TypeMethodDescriptionResequenceDefinition.batch(BatchResequencerConfig config) Configures the batch-based resequencing algorithm using the givenBatchResequencerConfig.voidResequenceDefinition.setBatchConfig(BatchResequencerConfig batchConfig) -
Uses of BatchResequencerConfig in org.apache.camel.model.config
Methods in org.apache.camel.model.config that return BatchResequencerConfigModifier and TypeMethodDescriptionstatic BatchResequencerConfigBatchResequencerConfig.getDefault()Returns a newBatchResequencerConfiginstance using default values forbatchSize(100) andbatchTimeout(1000L).