Predicates to support in operator
---------------------------------
Key: CAMEL-1343
URL: https://issues.apache.org/activemq/browse/CAMEL-1343
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.0.0
We have many of the regular operators such as ==, >=, <=, !=, and, or, not and
whatelse
We need the in operator so you can do some easy testing if eg some value is in
a range of values
{code:java}
header("name").in("Hiram", "Jonathan", "James", "Claus");
{code}
Such as the one above where we can test if a given header has any of the given
values in the in.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.