Uses of Interface
org.apache.camel.processor.resequencer.SequenceSender
Packages that use SequenceSender
Package
Description
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
Helper classes for the Resequencer pattern.
-
Uses of SequenceSender in org.apache.camel.processor
Classes in org.apache.camel.processor that implement SequenceSenderModifier and TypeClassDescriptionclassA resequencer that re-orders a (continuous) stream ofExchanges. -
Uses of SequenceSender in org.apache.camel.processor.resequencer
Methods in org.apache.camel.processor.resequencer that return SequenceSenderModifier and TypeMethodDescriptionResequencerEngine.getSequenceSender()Returns the sequence sender.Methods in org.apache.camel.processor.resequencer with parameters of type SequenceSenderModifier and TypeMethodDescriptionvoidResequencerEngine.setSequenceSender(SequenceSender<E> sequenceSender) Sets the sequence sender.