AttemptBackoff class
A base class for backoff strategies that track attempt numbers
- Inheritance
-
- Object
- RandomizedBackoff
- AttemptBackoff
Constructors
- AttemptBackoff.new(Duration min, Duration max, Jitter jitter, Random rng)
Properties
Methods
-
boundedDelay(
Duration duration) → Duration -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited