public interface Sleeper
Modifier and Type | Method and Description |
---|---|
void |
sleep(long backOffPeriod)
Pause for the specified period using whatever means available.
|
void sleep(long backOffPeriod) throws InterruptedException
backOffPeriod
- InterruptedException
Copyright © 2014 SpringSource. All rights reserved.