Modifier and Type | Class and Description |
---|---|
class |
EBRetryJobErrorThr
Job error if error = throwable.
|
Modifier and Type | Field and Description |
---|---|
protected EBRetryJobError<Error> |
EBRetry.lastError |
Modifier and Type | Method and Description |
---|---|
protected void |
EBRetry.notifyListenerFailed(EBRetryJobError<Error> error) |
void |
EBRetry.onFail(EBRetryJobError<Error> error,
boolean abort)
Job calls this callback.
|
void |
EBCallback.onFail(EBRetryJobError<Error> error,
boolean abort)
Called by job on fail.
|
void |
EBRetryListener.onFail(EBRetryJobError<Error> error,
EBRetry<Result,Error> retry)
Called by job on fail.
|
Copyright © 2016. All rights reserved.