See: Description
| Interface | Description |
|---|---|
| ExpressionResultComparator |
A
SequenceElementComparator that compares Exchanges based on
the result of an expression evaluation. |
| SequenceElementComparator<E> |
A strategy for comparing elements of a sequence.
|
| SequenceSender<E> |
An interface used by the
ResequencerEngine.deliver() and
ResequencerEngine.deliverNext() methods to send out re-ordered
elements. |
| TimeoutHandler |
Implemented by classes that handle timeout notifications.
|
| Class | Description |
|---|---|
| DefaultExchangeComparator |
Compares elements of an
Exchange sequence by comparing
long values returned by this comparator's
expression. |
| ResequencerEngine<E> |
Resequences elements based on a given
SequenceElementComparator. |
| Sequence<E> |
A sorted set of elements with additional methods for obtaining immediate
successors and immediate predecessors of a given element in the sequence.
|
| Timeout |
A timer task that notifies handlers about scheduled timeouts.
|
| Exception | Description |
|---|---|
| MessageRejectedException |
An exception thrown if message is rejected by the resequencer
|
Apache Camel