Class JobKitOnBootStartsBackgServices

java.lang.Object
tv.hd3g.jobkit.mod.component.JobKitOnBootStartsBackgServices
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean

@Component public class JobKitOnBootStartsBackgServices extends Object implements org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • JobKitOnBootStartsBackgServices

      public JobKitOnBootStartsBackgServices()
  • Method Details

    • startsBackgroundServices

      @EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void startsBackgroundServices()
    • destroy

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