Package org.apache.curator
Interface RetrySleeper
public interface RetrySleeper
Abstraction for retry policies to sleep
-
Method Summary
-
Method Details
-
sleepFor
Sleep for the given time- Parameters:
time
- timeunit
- time unit- Throws:
InterruptedException
- if the sleep is interrupted
-