Modifier and Type | Class and Description |
---|---|
class |
EBRetry<Result,Error>
Very simple base retry implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
EBRetryJobSimpleSafe.runAsync(EBCallback<Result,Error> callback) |
void |
EBRetryJob.runAsync(EBCallback<Result,Error> callback)
Executes the function.
|
void |
EBRetryJobSimpleSafeThrErr.runAsync(EBCallback<Result,Throwable> callback) |
abstract void |
EBRetryJobSimpleSafe.runAsyncNoException(EBCallback<Result,Error> callback)
Job overrides this main method.
|
Copyright © 2016. All rights reserved.