public final class Retry
extends Object
-
Method Summary
static void
of(java.util.function.Function<Integer,Boolean> task,
int times,
java.time.Duration interval)
static void
of(java.util.function.Function<Integer,Boolean> task,
int times,
java.time.Duration interval,
boolean useExponentialBackoff)
static void
of(java.util.function.Function<Integer,Boolean> task,
int times,
java.time.Duration interval,
boolean useExponentialBackoff,
boolean useJitter)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static void of(java.util.function.Function<Integer,Boolean> task,
int times,
java.time.Duration interval)
-
of
public static void of(java.util.function.Function<Integer,Boolean> task,
int times,
java.time.Duration interval,
boolean useExponentialBackoff)
-
of
public static void of(java.util.function.Function<Integer,Boolean> task,
int times,
java.time.Duration interval,
boolean useExponentialBackoff,
boolean useJitter)