| Package | Description |
|---|---|
| com.nurkiewicz.asyncretry | |
| com.nurkiewicz.asyncretry.backoff | |
| com.nurkiewicz.asyncretry.function | |
| com.nurkiewicz.asyncretry.policy |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRetryContext |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RetryJob.logAbort(RetryContext context) |
protected void |
RetryJob.logSuccess(RetryContext context,
V result,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
long |
RandomBackoff.delayMillis(RetryContext context) |
long |
FixedIntervalBackoff.delayMillis(RetryContext context) |
long |
ExponentialDelayBackoff.delayMillis(RetryContext context) |
long |
BoundedMinBackoff.delayMillis(RetryContext context) |
long |
BoundedMaxBackoff.delayMillis(RetryContext context) |
long |
Backoff.delayMillis(RetryContext context) |
| Modifier and Type | Method and Description |
|---|---|
V |
RetryCallable.call(RetryContext context) |
void |
RetryRunnable.run(RetryContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RetryPolicy.shouldContinue(RetryContext context) |
Copyright © 2014. All rights reserved.