Package io.pravega.common.util
Class Retry.RetryUnconditionally
- java.lang.Object
-
- io.pravega.common.util.Retry.RetryAndThrowBase<java.lang.RuntimeException>
-
- io.pravega.common.util.Retry.RetryUnconditionally
-
- Enclosing class:
- Retry
public static final class Retry.RetryUnconditionally extends Retry.RetryAndThrowBase<java.lang.RuntimeException>
Returned byRetry.indefinitelyWithExpBackoff(long, int, long, Consumer)(Class)} to retry indefinitely. Its can retry method always returns true.
-
-
Method Summary
-
Methods inherited from class io.pravega.common.util.Retry.RetryAndThrowBase
run, runAsync, runInExecutor
-
-