Skip to main content

Crate camel_language_api

Crate camel_language_api 

Source

Re-exports§

pub use error::LanguageError;

Modules§

error

Traits§

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.