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()RetryifExceptionOfType(Class<? extends Exception> exception)RetrystopAfterDuration(Duration stopAfterMs)RetrystopAfterMaxAttempts(int maxAttempts)StringtoString()RetrywithFixedWaitDuration(Duration fixedWaitMs)static RetrywithMaxAttempts(int maxAttempts)
-