Uses of Interface
dev.failsafe.function.CheckedConsumer
Packages that use CheckedConsumer
-
Uses of CheckedConsumer in dev.failsafe
Methods in dev.failsafe with parameters of type CheckedConsumerModifier and TypeMethodDescriptionstatic <R> FallbackBuilder<R> Fallback.builder(CheckedConsumer<ExecutionAttemptedEvent<? extends R>> fallback) Returns thefallbackto be executed if execution fails.static <R> Fallback<R> Fallback.of(CheckedConsumer<ExecutionAttemptedEvent<? extends R>> fallback) Returns thefallbackto be executed if execution fails.(package private) static <T,R> CheckedFunction <T, R> Functions.toFn(CheckedConsumer<T> consumer)