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 Retry
Retry. ifExceptionOfType(Class<? extends Exception> exception)
Retry
Retry. stopAfterDuration(Duration stopAfterMs)
Retry
Retry. stopAfterMaxAttempts(int maxAttempts)
Retry
Retry. withFixedWaitDuration(Duration fixedWaitMs)
static Retry
Retry. 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)
-