程序包 cn.taketoday.util.backoff


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