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 ResequencerConfig
ResequenceDefinition. getResequencerConfig()
Methods in org.apache.camel.model with parameters of type ResequencerConfig Modifier and Type Method Description void
ResequenceDefinition. 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 class
BatchResequencerConfig
Configures batch-processing resequence eip.class
StreamResequencerConfig
Configures stream-processing resequence eip.
-