public abstract class EBRetryJobSimpleSafeThrErr<Result> extends EBRetryJobSimpleSafe<Result,Throwable>
retry
Constructor and Description |
---|
EBRetryJobSimpleSafeThrErr() |
Modifier and Type | Method and Description |
---|---|
void |
runAsync(EBCallback<Result,Throwable> callback)
Executes the function.
|
runAsyncNoException
getRetry, onRetry
public void runAsync(EBCallback<Result,Throwable> callback)
EBRetryJob
runAsync
in interface EBRetryJob<Result,Throwable>
runAsync
in class EBRetryJobSimpleSafe<Result,Throwable>
callback
- callback to callCopyright © 2016. All rights reserved.