类 ScheduleJobBootstrapStartupRunner

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.boot.CommandLineRunner, org.springframework.context.ApplicationContextAware

    public class ScheduleJobBootstrapStartupRunner
    extends Object
    implements org.springframework.boot.CommandLineRunner, org.springframework.context.ApplicationContextAware
    ElasticJob startup runner.
    • 构造器详细资料

      • ScheduleJobBootstrapStartupRunner

        public ScheduleJobBootstrapStartupRunner()
    • 方法详细资料

      • run

        public void run​(String... args)
        指定者:
        run 在接口中 org.springframework.boot.CommandLineRunner