Modifier and Type | Field and Description |
---|---|
protected EBRetry<Result,Error> |
EBRetryJobSimple.retry
Retry manager.
|
protected EBRetry |
EBRetryException.retry
Retry mechanism throwing this exception.
|
protected EBRetry |
EBRetry.WaitThread.retry |
Modifier and Type | Method and Description |
---|---|
EBRetry<Result,Error> |
EBRetryJobSimple.getRetry() |
EBRetry |
EBRetryException.getRetry() |
Modifier and Type | Method and Description |
---|---|
void |
EBRetryListener.onFail(EBRetryJobError<Error> error,
EBRetry<Result,Error> retry)
Called by job on fail.
|
void |
EBRetryJobSimple.onRetry(EBRetry<Result,Error> retry) |
void |
EBRetryJob.onRetry(EBRetry<Result,Error> retry)
On retry signal to the job.
|
void |
EBRetryListener.onSuccess(Result result,
EBRetry<Result,Error> retry)
Called by job on success.
|
Copyright © 2016. All rights reserved.