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 Enterprise Integration Patterns such as when using the Message Filter or Content Based Router.

...

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

...