Uses of Class
org.apache.camel.model.config.StreamResequencerConfig
-
Packages that use StreamResequencerConfig 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 StreamResequencerConfig in org.apache.camel.model
Methods in org.apache.camel.model that return StreamResequencerConfig Modifier and Type Method Description StreamResequencerConfigResequenceDefinition. getStreamConfig()Methods in org.apache.camel.model with parameters of type StreamResequencerConfig Modifier and Type Method Description voidResequenceDefinition. setStreamConfig(StreamResequencerConfig streamConfig)ResequenceDefinitionResequenceDefinition. stream(StreamResequencerConfig config)Configures the stream-based resequencing algorithm using the givenStreamResequencerConfig. -
Uses of StreamResequencerConfig in org.apache.camel.model.config
Methods in org.apache.camel.model.config that return StreamResequencerConfig Modifier and Type Method Description static StreamResequencerConfigStreamResequencerConfig. getDefault()Returns a newStreamResequencerConfiginstance using default values forcapacity(1000) andtimeout(1000L).
-