Uses of Class
io.helidon.faulttolerance.Retry.Builder
Packages that use Retry.Builder
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
Uses of Retry.Builder in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return Retry.BuilderModifier and TypeMethodDescriptionRetry.Builder.addApplyOn(Class<? extends Throwable> clazz) Add a throwable to be considered a failure.This throwable will not be considered retriable.final Retry.BuilderThese throwables will be considered failures, and all other will not.static Retry.BuilderRetry.builder()A new builder to customizeRetryconfiguration.A name assigned for debugging, error reporting or configuration purposes.Retry.Builder.overallTimeout(Duration overallTimeout) Overall timeout.Retry.Builder.retryPolicy(Retry.RetryPolicy policy) Configure a retry policy to use to calculate delays between retries.Retry.Builder.scheduledExecutor(ScheduledExecutorService scheduledExecutor) Executor service to schedule retries.final Retry.BuilderThese throwables will not be considered retriable, all other will.