camel eval expression
Evaluates Camel expression
Options
| Option | Description | Default | Type |
|---|---|---|---|
| Message body (prefix with file: to refer to loading message body from file) | String | |
| To run using a different Camel version than the default version. | String | |
| Whether to allow automatic downloading JAR dependencies (over the internet) | true | boolean |
| Make sure we use fresh (i.e. non-cached) resources | false | boolean |
| Message header (key=value) | List | |
| Whether to run evaluation isolated in local process | false | boolean |
| Language to use | simple | String |
| Whether to force evaluating as predicate | false | boolean |
| Additional maven repositories for download on-demand (Use commas to separate multiple repositories) | String | |
| The template to use for evaluating (prefix with file: to refer to loading template from file) | String | |
| Timeout in millis waiting for evaluation to be done | 10000 | long |
| Execute periodically and showing output fullscreen | boolean | |
| Display the help and sub-commands | boolean |