public class IdempotentRetryAssert
extends java.lang.Object
Constructor and Description |
---|
IdempotentRetryAssert() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
retryAssert(long timeout,
java.util.concurrent.TimeUnit timeoutTimeUnit,
java.util.concurrent.Callable<T> callable) |
static <T> T |
retryAssert(long timeout,
java.util.concurrent.TimeUnit timeoutTimeUnit,
long pause,
java.util.concurrent.TimeUnit pauseTimeUnit,
java.util.concurrent.Callable<T> callable) |
public static <T> T retryAssert(long timeout, java.util.concurrent.TimeUnit timeoutTimeUnit, java.util.concurrent.Callable<T> callable) throws java.lang.Exception
java.lang.Exception
public static <T> T retryAssert(long timeout, java.util.concurrent.TimeUnit timeoutTimeUnit, long pause, java.util.concurrent.TimeUnit pauseTimeUnit, java.util.concurrent.Callable<T> callable) throws java.lang.Exception
java.lang.Exception