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

templates.integration.yaml.tmpl Maven / Gradle / Ivy

There is a newer version: 4.8.1
Show newest version
apiVersion: camel.apache.org/v1
kind: Integration
metadata:
  name: {{ .Name }}
spec:
  flows:
    - from:
        uri: "timer:yaml"
        parameters:
          period: "1000"
        steps:
          - setBody:
              constant: "Hello Camel from yaml"
          - log: "${body}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy