public abstract class EBRetryJobSimpleSafe<Result,Error> extends EBRetryJobSimple<Result,Error>
retry
Constructor and Description |
---|
EBRetryJobSimpleSafe() |
Modifier and Type | Method and Description |
---|---|
void |
runAsync(EBCallback<Result,Error> callback)
Executes the function.
|
abstract void |
runAsyncNoException(EBCallback<Result,Error> callback)
Job overrides this main method.
|
getRetry, onRetry
public void runAsync(EBCallback<Result,Error> callback)
EBRetryJob
callback
- callback to callpublic abstract void runAsyncNoException(EBCallback<Result,Error> callback) throws Throwable
callback
- EBCallbackThrowable
- any exception encountered during execution (not IOExceptoin)Copyright © 2016. All rights reserved.