RandomizedBackoff class

A base class for randomized backoff strategies

Implementers

Constructors

RandomizedBackoff.new(Duration min, Duration max, Random rng)

Properties

hashCode int
The hash code for this object.
no setterinherited
max Duration
final
min Duration
final
rng Random
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

boundedDelay(Duration duration) Duration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited