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 Summary
Constructors -
Method Summary
-
Constructor Details
-
JobExecutorRetryListener
-
-
Method Details
-
onRetry
public <V> void onRetry(com.github.rholder.retry.Attempt<V> attempt) - Specified by:
onRetryin interfacecom.github.rholder.retry.RetryListener
-