Class JobExecutorRegistrar

java.lang.Object
com.aizuda.snailjob.client.job.core.register.JobExecutorRegistrar
All Implemented Interfaces:
Lifecycle

@Component public class JobExecutorRegistrar extends Object implements Lifecycle
  • Constructor Details

    • JobExecutorRegistrar

      public JobExecutorRegistrar()
  • Method Details

    • registerRetryHandler

      public void registerRetryHandler(JobExecutorInfo jobExecutorInfo)
    • registerRetryHandler

      public void registerRetryHandler(List<JobExecutorInfo> contextList)
    • start

      public void start()
      Specified by:
      start in interface Lifecycle
    • close

      public void close()
      Specified by:
      close in interface Lifecycle