| Package | Description |
|---|---|
| com.peterphi.std.guice.common.retry.retry |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
RetryManager.finalAttemptFailed(Retryable<T> operation,
int attempt,
java.lang.Throwable e)
Called when the final attempt at a retryable operation failed
Allows extending classes to customise behaviour or throw custom exceptions
|
<T> T |
RetryManager.run(Retryable<T> operation) |
<T> T |
RetryManager.runUnchecked(Retryable<T> operation)
Run the operation, only throwing an unchecked exception on failure
|
Copyright © 2014. All Rights Reserved.