|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sleeper
Strategy interface for backoff policies to delegate the pausing of execution.
| Method Summary | |
|---|---|
void |
sleep(long backOffPeriod)
Pause for the specified period using whatever means available. |
| Method Detail |
|---|
void sleep(long backOffPeriod)
throws InterruptedException
backOffPeriod -
InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||