Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can also create compound predicates using boolean operators such as and, or, not and many others.
The sample below demonstrates this: TODO: Snippet

Wiki Markup
{snippet:id=e1|lang=java|url=camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ChoiceCompoundPredicateTest.java}

Extensible Predicates

Camel supports extensible Predicates using multiple Languages; the following languages are supported out of the box

...