Class RequestClientActor.JobExecutorRetryListener

java.lang.Object
com.aizuda.snailjob.server.job.task.support.executor.job.RequestClientActor.JobExecutorRetryListener
All Implemented Interfaces:
com.github.rholder.retry.RetryListener
Enclosing class:
RequestClientActor

public static class RequestClientActor.JobExecutorRetryListener extends Object implements com.github.rholder.retry.RetryListener
  • Constructor Details

    • JobExecutorRetryListener

      public JobExecutorRetryListener(RealJobExecutorDTO realJobExecutorDTO)
  • Method Details

    • onRetry

      public <V> void onRetry(com.github.rholder.retry.Attempt<V> attempt)
      Specified by:
      onRetry in interface com.github.rholder.retry.RetryListener