public abstract class EBRetryJobSimple<Result,Error> extends Object implements EBRetryJob<Result,Error>
Modifier and Type | Field and Description |
---|---|
protected EBRetry<Result,Error> |
retry
Retry manager.
|
Constructor and Description |
---|
EBRetryJobSimple() |
EBRetryJobSimple(EBRetry<Result,Error> retry) |
Modifier and Type | Method and Description |
---|---|
EBRetry<Result,Error> |
getRetry() |
void |
onRetry(EBRetry<Result,Error> retry)
On retry signal to the job.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
runAsync
Copyright © 2016. All rights reserved.