Uses of Interface
io.smallrye.faulttolerance.api.CustomBackoffStrategy
-
Uses of CustomBackoffStrategy in io.smallrye.faulttolerance.api
Method parameters in io.smallrye.faulttolerance.api with type arguments of type CustomBackoffStrategyModifier and TypeMethodDescriptionFaultTolerance.Builder.RetryBuilder.CustomBackoffBuilder.strategy(Supplier<CustomBackoffStrategy> value) Sets the custom backoff strategy in the form of aSupplierofCustomBackoffStrategyinstances.