route/route.camel.json

11 lines
228 B
JSON

# camel-k: language=yaml
# Write your routes here, for example:
- from:
uri: "timer:yaml"
parameters:
period: "1000"
steps:
- setBody:
constant: "Hello Camel K from yaml"
- to: "log:info"