Uses of Class
org.apache.camel.model.config.ResequencerConfig

Packages that use ResequencerConfig
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
 ResequencerConfig ResequenceDefinition.getResequencerConfig()
           
 

Methods in org.apache.camel.model with parameters of type ResequencerConfig
 void ResequenceDefinition.setResequencerConfig(ResequencerConfig resequencerConfig)
           
 

Uses of ResequencerConfig in org.apache.camel.model.config
 

Subclasses of ResequencerConfig in org.apache.camel.model.config
 class BatchResequencerConfig
          Defines the configuration parameters for the batch-processing Resequencer.
 class StreamResequencerConfig
          Defines the configuration parameters for the StreamResequencer.
 



Apache Camel