Uses of Interface
io.smallrye.faulttolerance.api.CustomBackoffStrategy
-
-
Uses of CustomBackoffStrategy in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return types with arguments of type CustomBackoffStrategy Modifier and Type Method Description Class<? extends CustomBackoffStrategy>value()Class of the custom backoff strategy that will be used to compute retry delays.Method parameters in io.smallrye.faulttolerance.api with type arguments of type CustomBackoffStrategy Modifier and Type Method Description FaultTolerance.Builder.RetryBuilder.CustomBackoffBuilder<T,R>FaultTolerance.Builder.RetryBuilder.CustomBackoffBuilder. strategy(Supplier<CustomBackoffStrategy> value)Sets the custom backoff strategy in the form of aSupplierofCustomBackoffStrategyinstances.
-