Uses of Class
org.apache.camel.model.config.StreamResequencerConfig
Packages that use StreamResequencerConfig
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
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 StreamResequencerConfigMethods in org.apache.camel.model with parameters of type StreamResequencerConfigModifier and TypeMethodDescriptionvoidResequenceDefinition.setStreamConfig(StreamResequencerConfig streamConfig) 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 StreamResequencerConfigModifier and TypeMethodDescriptionstatic StreamResequencerConfigStreamResequencerConfig.getDefault()Returns a newStreamResequencerConfiginstance using default values forcapacity(1000) andtimeout(1000L).