public interface Retryable
RetryHandler
Modifier and Type | Field | Description |
---|---|---|
static int |
RETRY_FOREVER |
The value to use to never give up.
|
Modifier and Type | Method | Description |
---|---|---|
void |
execute() |
Called to execute the code.
|
static final int RETRY_FOREVER