| Package | Description |
|---|---|
| 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.resequencer |
Helper classes for the Resequencer pattern.
|
| Modifier and Type | Method and Description |
|---|---|
ResequenceDefinition |
ResequenceDefinition.comparator(ExpressionResultComparator comparator)
Sets the comparator to use for stream resequencer
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionResultComparator |
StreamResequencerConfig.getComparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamResequencerConfig.setComparator(ExpressionResultComparator comparator)
To use a custom comparator
|
| Constructor and Description |
|---|
StreamResequencerConfig(int capacity,
long timeout,
Boolean rejectOld,
ExpressionResultComparator comparator)
|
StreamResequencerConfig(int capacity,
long timeout,
ExpressionResultComparator comparator)
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExchangeComparator
Compares elements of an
Exchange sequence by comparing
long values returned by this comparator's
expression. |
Apache Camel