Uses of Class
org.apache.camel.model.config.BatchResequencerConfig
-
Packages that use BatchResequencerConfig Package Description 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 Modifier and Type Method Description BatchResequencerConfig
ResequenceDefinition. getBatchConfig()
Methods in org.apache.camel.model with parameters of type BatchResequencerConfig Modifier and Type Method Description ResequenceDefinition
ResequenceDefinition. batch(BatchResequencerConfig config)
Configures the batch-based resequencing algorithm using the givenBatchResequencerConfig
.void
ResequenceDefinition. setBatchConfig(BatchResequencerConfig batchConfig)
-
Uses of BatchResequencerConfig in org.apache.camel.model.config
Methods in org.apache.camel.model.config that return BatchResequencerConfig Modifier and Type Method Description static BatchResequencerConfig
BatchResequencerConfig. getDefault()
Returns a newBatchResequencerConfig
instance using default values forbatchSize
(100) andbatchTimeout
(1000L).
-