java.lang.Object
com.github.kagkarlsson.scheduler.boot.config.startup.AbstractSchedulerStarter
com.github.kagkarlsson.scheduler.boot.config.startup.ImmediateStart
All Implemented Interfaces:
DbSchedulerStarter, org.springframework.beans.factory.InitializingBean

public class ImmediateStart extends AbstractSchedulerStarter implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • ImmediateStart

      public ImmediateStart(Scheduler scheduler)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception