| Package | Description |
|---|---|
| com.nurkiewicz.asyncretry |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncRetryContext |
RetryJob.context |
| Modifier and Type | Method and Description |
|---|---|
AsyncRetryContext |
AsyncRetryContext.nextRetry(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RetryJob.logFailure(AsyncRetryContext nextRetryContext,
long duration) |
protected void |
RetryJob.logRetry(AsyncRetryContext nextRetryContext,
long delay,
long duration) |
protected abstract RetryJob<V> |
RetryJob.nextTask(AsyncRetryContext nextRetryContext) |
protected RetryJob<V> |
AsyncRetryJob.nextTask(AsyncRetryContext nextRetryContext) |
| Constructor and Description |
|---|
AsyncRetryJob(RetryCallable<com.google.common.util.concurrent.ListenableFuture<V>> userTask,
AsyncRetryExecutor parent,
AsyncRetryContext context,
com.google.common.util.concurrent.SettableFuture<V> future) |
RetryJob(AsyncRetryContext context,
AsyncRetryExecutor parent,
com.google.common.util.concurrent.SettableFuture<V> future) |
Copyright © 2014. All rights reserved.