Class ContextReadyStart
- java.lang.Object
-
- com.github.kagkarlsson.scheduler.boot.config.startup.AbstractSchedulerStarter
-
- com.github.kagkarlsson.scheduler.boot.config.startup.ContextReadyStart
-
- All Implemented Interfaces:
DbSchedulerStarter
public class ContextReadyStart extends AbstractSchedulerStarter
-
-
Constructor Summary
Constructors Constructor Description ContextReadyStart(Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwhenContextIsReady()-
Methods inherited from class com.github.kagkarlsson.scheduler.boot.config.startup.AbstractSchedulerStarter
doStart
-
-
-
-
Constructor Detail
-
ContextReadyStart
public ContextReadyStart(Scheduler scheduler)
-
-