Uses of Package
org.apache.camel.processor.resequencer

Packages that use org.apache.camel.processor.resequencer
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. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.resequencer Helper classes for the Resequencer pattern. 
 

Classes in org.apache.camel.processor.resequencer used by org.apache.camel.model
ExpressionResultComparator
          A SequenceElementComparator that compares Exchanges based on the result of an expression evaluation.
 

Classes in org.apache.camel.processor.resequencer used by org.apache.camel.model.config
ExpressionResultComparator
          A SequenceElementComparator that compares Exchanges based on the result of an expression evaluation.
 

Classes in org.apache.camel.processor.resequencer used by org.apache.camel.processor
SequenceElementComparator
          A strategy for comparing elements of a sequence.
SequenceSender
          An interface used by the ResequencerEngine.deliver() and ResequencerEngine.deliverNext() methods to send out re-ordered elements.
 

Classes in org.apache.camel.processor.resequencer used by org.apache.camel.processor.resequencer
ExpressionResultComparator
          A SequenceElementComparator that compares Exchanges based on the result of an expression evaluation.
SequenceElementComparator
          A strategy for comparing elements of a sequence.
SequenceSender
          An interface used by the ResequencerEngine.deliver() and ResequencerEngine.deliverNext() methods to send out re-ordered elements.
Timeout
          A timer task that notifies handlers about scheduled timeouts.
TimeoutHandler
          Implemented by classes that handle timeout notifications.
 



Apache CAMEL