public class ExpressionComparator extends Object implements Comparator<Exchange>
Comparator that takes an Expression which is evaluated
on each exchange to be compared| Constructor and Description |
|---|
ExpressionComparator(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Exchange e1,
Exchange e2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic ExpressionComparator(Expression expression)
Apache Camel