You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Predicates

Camel supports a pluggable interface called Predicate which can be used to integrate a dynamic predicate into Enterprise Integration Patterns such as when using the Message Filter.

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 IDE

To 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.
  • No labels