Modifier and Type | Class and Description |
---|---|
class |
EBRetryJobSimple<Result,Error>
Simple retry job implementation.
|
class |
EBRetryJobSimpleSafe<Result,Error>
Simple retry job implementation.
|
class |
EBRetryJobSimpleSafeThrErr<Result>
Retry Job implementation with job error = Throwable.
|
Modifier and Type | Field and Description |
---|---|
protected EBRetryJob<Result,Error> |
EBRetry.job |
Modifier and Type | Method and Description |
---|---|
EBFuture<Result,Error> |
EBRetry.runAsync(EBRetryJob<Result,Error> job) |
void |
EBRetry.setJob(EBRetryJob<Result,Error> job) |
Constructor and Description |
---|
EBRetry(EBRetryJob<Result,Error> job) |
EBRetry(EBRetryStrategy retryStrategy,
EBRetryJob<Result,Error> job) |
EBRetry(int maxAttempts,
EBRetryJob<Result,Error> job) |
Copyright © 2016. All rights reserved.