Uses of Interface
io.smallrye.faulttolerance.api.TypedGuard.Builder.RetryBuilder.CustomBackoffBuilder
-
Uses of TypedGuard.Builder.RetryBuilder.CustomBackoffBuilder in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return TypedGuard.Builder.RetryBuilder.CustomBackoffBuilderModifier and TypeMethodDescriptionTypedGuard.Builder.RetryBuilder.CustomBackoffBuilder.strategy(Supplier<CustomBackoffStrategy> value) Sets the custom backoff strategy in the form of aSupplierofCustomBackoffStrategyinstances.TypedGuard.Builder.RetryBuilder.CustomBackoffBuilder.with(Consumer<TypedGuard.Builder.RetryBuilder.CustomBackoffBuilder<T>> consumer) TypedGuard.Builder.RetryBuilder.withCustomBackoff()Configures retry to use a custom backoff instead of the default constant backoff.Method parameters in io.smallrye.faulttolerance.api with type arguments of type TypedGuard.Builder.RetryBuilder.CustomBackoffBuilderModifier and TypeMethodDescriptionTypedGuard.Builder.RetryBuilder.CustomBackoffBuilder.with(Consumer<TypedGuard.Builder.RetryBuilder.CustomBackoffBuilder<T>> consumer)