Expand description
Timer component for rust-camel — fires Exchange events on configurable period, delay, and repeat-count schedules.
Main types: TimerComponent, TimerConsumer, TimerConfig.
URI format: timer:name?period=1000&delay=0&repeatCount=0.
Structs§
- Timer
Component - The Timer component produces exchanges on a periodic interval.
- Timer
Config - Configuration parsed from a timer URI.