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 StreamResequencerConfig
ResequenceDefinition. getStreamConfig()
Methods in org.apache.camel.model with parameters of type StreamResequencerConfig Modifier and Type Method Description void
ResequenceDefinition. setStreamConfig(StreamResequencerConfig streamConfig)
ResequenceDefinition
ResequenceDefinition. 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 StreamResequencerConfig
StreamResequencerConfig. getDefault()
Returns a newStreamResequencerConfig
instance using default values forcapacity
(1000) andtimeout
(1000L).
-