Uses of Interface
io.smallrye.faulttolerance.api.TypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilder
-
Uses of TypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilder in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return TypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilderModifier and TypeMethodDescriptionTypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilder.factor(int value) Sets the multiplicative factor used to determine delay between retries.TypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilder.maxDelay(long value, ChronoUnit unit) Sets the maximum delay between retries.TypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilder.with(Consumer<TypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilder<T>> consumer) TypedGuard.Builder.RetryBuilder.withExponentialBackoff()Configures retry to use an exponential backoff instead of the default constant backoff.Method parameters in io.smallrye.faulttolerance.api with type arguments of type TypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilderModifier and TypeMethodDescriptionTypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilder.with(Consumer<TypedGuard.Builder.RetryBuilder.ExponentialBackoffBuilder<T>> consumer)