|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionResultComparator | |
---|---|
org.apache.camel.model.config | The Resequencer Configuration classes |
org.apache.camel.processor.resequencer | Helper classes for the Resequencer pattern. |
Uses of ExpressionResultComparator in org.apache.camel.model.config |
---|
Methods in org.apache.camel.model.config that return ExpressionResultComparator | |
---|---|
ExpressionResultComparator<Exchange> |
StreamResequencerConfig.getComparator()
|
Methods in org.apache.camel.model.config with parameters of type ExpressionResultComparator | |
---|---|
void |
StreamResequencerConfig.setComparator(ExpressionResultComparator<Exchange> comparator)
|
Constructors in org.apache.camel.model.config with parameters of type ExpressionResultComparator | |
---|---|
StreamResequencerConfig(int capacity,
long timeout,
ExpressionResultComparator<Exchange> comparator)
Creates a new BatchResequencerConfig instance using the given
values for capacity and timeout . |
Uses of ExpressionResultComparator in org.apache.camel.processor.resequencer |
---|
Classes in org.apache.camel.processor.resequencer that implement ExpressionResultComparator | |
---|---|
class |
DefaultExchangeComparator
Compares elements of an Exchange sequence by comparing
long values returned by this comaprator's
expression . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |