Expand description
Common implements for exponential backoff.
This module provides an implementation of truncated [exponential backoff]. It implements the BackoffPolicy and PollingBackoffPolicy traits.
Structsยง
- Exponential
Backoff - Implements truncated exponential backoff.
- Exponential
Backoff Builder - Implements truncated exponential backoff with jitter.