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
void execute() throws IOException
IOException
- if there is a problem.