-
-
Notifications
You must be signed in to change notification settings - Fork 9
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.