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