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

Compare with Current View Page History

« Previous Version 5 Next »

Expressions

To support dynamic rules Camel supports pluggable Expression strategies which can be used for building a Predicate or when creating various Enterprise Integration Patterns like the Recipient List.

If you are outside of the DSL and want to create your own expressions you can either implement the Expression interface, reuse one of the other builders or try the Expressions helper class.

  • No labels