Skip to content

component scheduler

Raymond Meester edited this page Mar 6, 2023 · 1 revision

The Scheduler component is used to generate message exchanges when a scheduler fires. This component is similar to the Timer component, but it offers more functionality in terms of scheduling. Also, this component uses JDK ScheduledExecutorService, whereas the timer uses a JDK Timer.

Camel Documentation

Clone this wiki locally