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) Deprecated, for removal: This API element is subject to removal in a future version.Guard.Builder.RetryBuilder.CustomBackoffBuilder.strategy(Supplier<CustomBackoffStrategy> value) Sets the custom backoff strategy in the form of aSupplierofCustomBackoffStrategyinstances.TypedGuard.Builder.RetryBuilder.CustomBackoffBuilder.strategy(Supplier<CustomBackoffStrategy> value) Sets the custom backoff strategy in the form of aSupplierofCustomBackoffStrategyinstances.