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

Compare with Current View Page History

« Previous Version 8 Next »

Expressions

To support dynamic rules Camel supports pluggable Expression strategies using a variety of different Languages.

Expressions and Predicates can then be used to create the various Enterprise Integration Patterns in the DSL or Xml Configuration 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 ExpressionBuilder class.

Expression Languages

The following languages are supported out of the box

Error rendering macro 'include'

org.owasp.validator.html.ScanException: java.util.EmptyStackException

Using Expressions 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.

See Also

  • No labels