Class Retry
- java.lang.Object
-
- io.streamthoughts.azkarra.api.monad.Retry
-
public class Retry extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Exception>
exceptionType()
Retry
ifExceptionOfType(Class<? extends Exception> exception)
Retry
stopAfterDuration(Duration stopAfterMs)
Retry
stopAfterMaxAttempts(int maxAttempts)
String
toString()
Retry
withFixedWaitDuration(Duration fixedWaitMs)
static Retry
withMaxAttempts(int maxAttempts)
-