Versions Compared

Key

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

...

Camel supports a pluggable interface called Predicate which can be used to integrate a dynamic predicate into Routes or 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

Include Page
CAMEL:Languages Supported
CAMEL:Languages Supported

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 Predicates class PredicateBuilder class

Using Predicates in your IDE

Include Page
CAMEL:Using Languages In IDE
CAMEL:Using Languages In IDE