public interface EBRetryJob<Result,Error>
Modifier and Type | Method and Description |
---|---|
void |
onRetry(EBRetry<Result,Error> retry)
On retry signal to the job.
|
void |
runAsync(EBCallback<Result,Error> callback)
Executes the function.
|
void runAsync(EBCallback<Result,Error> callback)
callback
- callback to callCopyright © 2016. All rights reserved.