templates.yaml.tmpl Maven / Gradle / Ivy
# camel-k: language=yaml
# Write your routes here, for example:
- from:
uri: "timer:yaml"
parameters:
period: "1000"
steps:
- setBody:
constant: "Hello Camel from yaml"
- log: "${body}"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy