Uses of Class
org.apache.camel.model.config.ResequencerConfig
-
Packages that use ResequencerConfig 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 ResequencerConfig in org.apache.camel.model
Methods in org.apache.camel.model that return ResequencerConfig Modifier and Type Method Description ResequencerConfigResequenceDefinition. getResequencerConfig()Methods in org.apache.camel.model with parameters of type ResequencerConfig Modifier and Type Method Description voidResequenceDefinition. setResequencerConfig(ResequencerConfig resequencerConfig)To configure the resequencer in using either batch or stream configuration. -
Uses of ResequencerConfig in org.apache.camel.model.config
Subclasses of ResequencerConfig in org.apache.camel.model.config Modifier and Type Class Description classBatchResequencerConfigConfigures batch-processing resequence eip.classStreamResequencerConfigConfigures stream-processing resequence eip.
-