Uses of Class
io.helidon.nima.faulttolerance.Retry.Builder
Packages that use Retry.Builder
-
Uses of Retry.Builder in io.helidon.nima.faulttolerance
Methods in io.helidon.nima.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.final Retry.BuilderThese throwables will not be considered retriable, all other will.