Uses of Interface
io.smallrye.faulttolerance.api.Guard.Builder.RetryBuilder.CustomBackoffBuilder
-
Uses of Guard.Builder.RetryBuilder.CustomBackoffBuilder in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return Guard.Builder.RetryBuilder.CustomBackoffBuilderModifier and TypeMethodDescriptionGuard.Builder.RetryBuilder.CustomBackoffBuilder.strategy(Supplier<CustomBackoffStrategy> value) Sets the custom backoff strategy in the form of aSupplierofCustomBackoffStrategyinstances.Guard.Builder.RetryBuilder.CustomBackoffBuilder.with(Consumer<Guard.Builder.RetryBuilder.CustomBackoffBuilder> consumer) Guard.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 Guard.Builder.RetryBuilder.CustomBackoffBuilderModifier and TypeMethodDescriptionGuard.Builder.RetryBuilder.CustomBackoffBuilder.with(Consumer<Guard.Builder.RetryBuilder.CustomBackoffBuilder> consumer)