java.lang.Object
com.aizuda.easy.retry.server.job.task.support.executor.job.AbstractJobExecutor
所有已实现的接口:
JobExecutor, org.springframework.beans.factory.InitializingBean
直接已知子类:
BroadcastTaskJobExecutor, ClusterJobExecutor, ShardingJobExecutor

public abstract class AbstractJobExecutor extends Object implements JobExecutor, org.springframework.beans.factory.InitializingBean
从以下版本开始:
2.4.0
作者:
www.byteblogs.com
  • 构造器详细资料

    • AbstractJobExecutor

      public AbstractJobExecutor()
  • 方法详细资料

    • execute

      @Transactional public void execute(JobExecutorContext context)
      指定者:
      execute 在接口中 JobExecutor
    • doExecute

      protected abstract void doExecute(JobExecutorContext context)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception