public class ExpressionListComparator extends Object implements Comparator<org.apache.camel.Exchange>
Comparator which takes a list of
Expression objects which is evaluated
on each exchange to compare them| Constructor and Description |
|---|
ExpressionListComparator(List<org.apache.camel.Expression> expressions) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.apache.camel.Exchange e1,
org.apache.camel.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 ExpressionListComparator(List<org.apache.camel.Expression> expressions)
public int compare(org.apache.camel.Exchange e1,
org.apache.camel.Exchange e2)
compare in interface Comparator<org.apache.camel.Exchange>Apache Camel