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

Packages that use StreamResequencerConfig
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 StreamResequencerConfig in org.apache.camel.model
 

Methods in org.apache.camel.model that return StreamResequencerConfig
 StreamResequencerConfig ResequenceDefinition.getStreamConfig()
           
 

Methods in org.apache.camel.model with parameters of type StreamResequencerConfig
protected  StreamResequencer ResequenceDefinition.createStreamResequencer(RouteContext routeContext, StreamResequencerConfig config)
          Creates a StreamResequencer instance applying the given config.
 void ResequenceDefinition.setStreamConfig(StreamResequencerConfig streamConfig)
           
 ResequenceDefinition ResequenceDefinition.stream(StreamResequencerConfig config)
          Configures the stream-based resequencing algorithm using the given StreamResequencerConfig.
 

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

Methods in org.apache.camel.model.config that return StreamResequencerConfig
static StreamResequencerConfig StreamResequencerConfig.getDefault()
          Returns a new StreamResequencerConfig instance using default values for capacity (1000) and timeout (1000L).
 



Apache CAMEL