Class Delay
java.lang.Object
org.apache.sling.distribution.journal.shared.Delay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidawait(long delayInMs) static LongSupplierexponential(long startDelay, long maxDelay) voidsignal()
-
Constructor Details
-
Delay
public Delay()
-
-
Method Details
-
await
public void await(long delayInMs) -
signal
public void signal() -
exponential
-