Package org.apache.curator
Interface RetrySleeper
-
public interface RetrySleeperAbstraction for retry policies to sleep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsleepFor(long time, java.util.concurrent.TimeUnit unit)Sleep for the given time
-