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