Uses of Class
io.streamthoughts.azkarra.api.monad.Retry
-
Packages that use Retry Package Description io.streamthoughts.azkarra.api.monad -
-
Uses of Retry in io.streamthoughts.azkarra.api.monad
Methods in io.streamthoughts.azkarra.api.monad that return Retry Modifier and Type Method Description RetryRetry. ifExceptionOfType(Class<? extends Exception> exception)RetryRetry. stopAfterDuration(Duration stopAfterMs)RetryRetry. stopAfterMaxAttempts(int maxAttempts)RetryRetry. withFixedWaitDuration(Duration fixedWaitMs)static RetryRetry. withMaxAttempts(int maxAttempts)Methods in io.streamthoughts.azkarra.api.monad with parameters of type Retry Modifier and Type Method Description static <V,E extends Throwable>
Try.Retriable<V>Try. retriable(CheckedSupplier<V,E> supplier, Retry retry)
-