camel-cli 0.8.2

Command-line interface for Apache Camel in Rust
Documentation
1
2
3
4
5
routes:
  - id: "hello"
    from: "timer:tick?period=2000"
    steps:
      - log: "Hello from camel-cli! Exchange #${header.CamelTimerCounter}"