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 BatchResequencerConfigResequenceDefinition. getBatchConfig()Methods in org.apache.camel.model with parameters of type BatchResequencerConfig Modifier and Type Method Description ResequenceDefinitionResequenceDefinition. 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 BatchResequencerConfig Modifier and Type Method Description static BatchResequencerConfigBatchResequencerConfig. getDefault()Returns a newBatchResequencerConfiginstance using default values forbatchSize(100) andbatchTimeout(1000L).
-