Uses of Interface
io.smallrye.faulttolerance.api.FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder
-
Uses of FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilderModifier and TypeMethodDescriptionFaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder.factor(int value) Deprecated, for removal: This API element is subject to removal in a future version.FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder.maxDelay(long value, ChronoUnit unit) Deprecated, for removal: This API element is subject to removal in a future version.FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder.with(Consumer<FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder<T, R>> consumer) Deprecated, for removal: This API element is subject to removal in a future version.FaultTolerance.Builder.RetryBuilder.withExponentialBackoff()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in io.smallrye.faulttolerance.api with type arguments of type FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilderModifier and TypeMethodDescriptionFaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder.with(Consumer<FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder<T, R>> consumer) Deprecated, for removal: This API element is subject to removal in a future version.