All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.yaml.tmpl Maven / Gradle / Ivy

There is a newer version: 4.8.1
Show newest version
# camel-k: language=yaml

# Write your routes here, for example:
- from:
    uri: "timer:yaml"
    parameters:
      period: "1000"
    steps:
      - setBody:
          simple: "Hello Camel from ${routeId}"
      - log: "${body}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy