Uses of Interface
org.apache.camel.processor.resequencer.SequenceSender

Packages that use SequenceSender
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. 
 

Uses of SequenceSender in org.apache.camel.processor
 

Classes in org.apache.camel.processor that implement SequenceSender
 class StreamResequencer
          A resequencer that re-orders a (continuous) stream of Exchanges.
 

Uses of SequenceSender in org.apache.camel.processor.resequencer
 

Methods in org.apache.camel.processor.resequencer that return SequenceSender
 SequenceSender<E> ResequencerEngine.getSequenceSender()
          Returns the sequence sender.
 

Methods in org.apache.camel.processor.resequencer with parameters of type SequenceSender
 void ResequencerEngine.setSequenceSender(SequenceSender<E> sequenceSender)
          Sets the sequence sender.
 



Apache Camel