| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamResequencer
A resequencer that re-orders a (continuous) stream of
Exchanges. |
| Modifier and Type | Method and Description |
|---|---|
SequenceSender<E> |
ResequencerEngine.getSequenceSender()
Returns the sequence sender.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResequencerEngine.setSequenceSender(SequenceSender<E> sequenceSender)
Sets the sequence sender.
|
Apache Camel