public interface RetrySleeper
| Modifier and Type | Method and Description |
|---|---|
void |
sleep(int retryCount)
Sleep based on the given retry count (0 based)
|
void sleep(int retryCount)
throws InterruptedException
retryCount - 0 based retry countInterruptedException - if interruptedCopyright © 2020. All rights reserved.