程序包 cn.taketoday.util.backoff
@NonNullApi
@NonNullFields
package cn.taketoday.util.backoff
A generic back-off abstraction.
-
类说明Provide a
BackOffExecutionthat indicates the rate at which an operation should be retried.Represent a particular back-off execution.Implementation ofBackOffthat increases the back off period for each retry attempt.A simpleBackOffimplementation that provides a fixed interval between two attempts and a maximum number of retries.