Uses of Interface
dev.failsafe.function.CheckedConsumer
-
Packages that use CheckedConsumer Package Description dev.failsafe APIs for performing failsafe executions. -
-
Uses of CheckedConsumer in dev.failsafe
Methods in dev.failsafe with parameters of type CheckedConsumer Modifier and Type Method Description static <R> FallbackBuilder<R>
Fallback. builder(CheckedConsumer<ExecutionAttemptedEvent<? extends R>> fallback)
Returns thefallback
to be executed if execution fails.static <R> Fallback<R>
Fallback. of(CheckedConsumer<ExecutionAttemptedEvent<? extends R>> fallback)
Returns thefallback
to be executed if execution fails.(package private) static <T,R>
CheckedFunction<T,R>Functions. toFn(CheckedConsumer<T> consumer)
-