Class SnailJobStartListener

java.lang.Object
com.aizuda.snailjob.client.common.init.SnailJobStartListener
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

@Component public class SnailJobStartListener extends Object implements org.springframework.boot.ApplicationRunner
系统启动监听器
  • Constructor Details

    • SnailJobStartListener

      public SnailJobStartListener()
  • Method Details

    • run

      public void run(org.springframework.boot.ApplicationArguments args) throws Exception
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner
      Throws:
      Exception