Package com.epam.reportportal.utils
Class RetryWithDelay
- java.lang.Object
-
- com.epam.reportportal.utils.RetryWithDelay
-
- All Implemented Interfaces:
io.reactivex.functions.Predicate<java.lang.Throwable>
public class RetryWithDelay extends java.lang.Object implements io.reactivex.functions.Predicate<java.lang.Throwable>Retry with Delay and attempts limits
-
-
Constructor Summary
Constructors Constructor Description RetryWithDelay(io.reactivex.functions.Predicate<? super java.lang.Throwable> predicate, long maxRetries, long retryDelayMillis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(java.lang.Throwable throwable)
-