PredicatesCamel supports a pluggable interface called Predicate Camel supports extensible Predicates using multiple Languages; the following languages are supported out of the box You can easily write your own plugin predicate by implementing the Predicate interface There are also a number of helper builders available such as the PredicateBuilder class Using Predicates in your IDETo use different expression and predicates in your IDE you need to perform a static import of the builder class for the language(s) you wish to use.
|