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.faulttoleranceMethods 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.Retry.Builder.cancelSource(boolean cancelSource) Policy to cancel any source stage if the value return byFtHandler.invoke(java.util.function.Supplier<? extends java.util.concurrent.CompletionStage<T>>)is cancelled.Load all properties for this circuit breaker from configuration.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.