route/route.camel.json

11 lines
228 B
JSON
Raw Permalink Normal View History

2026-04-05 11:31:20 +00:00
# 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"