public interface RetryState
| Modifier and Type | Interface and Description |
|---|---|
static class |
RetryState.RetryStateCommon
Basic utilities for retry strategies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delayRetry()
Delays retry according to the retry strategy.
|
int |
getRetryCount()
Gets the current retry count.
|
long |
getRetryDelay()
Get the retry interval to sleep for.
|
boolean |
hasRetries()
Implements the retry policy.
|
void delayRetry()
boolean hasRetries()
int getRetryCount()
long getRetryDelay()
Copyright © 2015. All rights reserved.