Interface SchedulerInitTask
-
public interface SchedulerInitTaskTask to be performed when initializing and starting the scheduler. For example route policies uses this to schedule tasks when the route should be started and stopped etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitializeTask(org.quartz.Scheduler scheduler)The task to run when initializing and starting the scheduler (task is only run once).
-