Skip to main contentCrate camel_language_api
Source pub use error::LanguageError;
- error
- Exchange
- An Exchange represents a message being routed through the framework.
- Message
- A message flowing through the Camel framework.
- Body
- The body of a message, supporting common payload types.
- Expression
- Evaluates to a Value against an Exchange.
- Language
- A Language factory: produces Expression and Predicate objects.
- MutatingExpression
- Expression that may modify the Exchange during evaluation.
Changes to headers, properties, or body are propagated back.
- MutatingPredicate
- Predicate that may modify the Exchange during evaluation.
Changes to headers, properties, or body are propagated back.
- Predicate
- Evaluates to bool against an Exchange.
- Value
- Value type alias for dynamic header/property values.