Class JobRunrStarter

java.lang.Object
org.jobrunr.spring.autoconfigure.JobRunrStarter
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.SmartInitializingSingleton

public class JobRunrStarter extends Object implements org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • JobRunrStarter

      public JobRunrStarter(Optional<org.jobrunr.server.BackgroundJobServer> backgroundJobServer, Optional<org.jobrunr.dashboard.JobRunrDashboardWebServer> webServer)
  • Method Details

    • afterSingletonsInstantiated

      public void afterSingletonsInstantiated()
      Specified by:
      afterSingletonsInstantiated in interface org.springframework.beans.factory.SmartInitializingSingleton
    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean