BackoffStrategy
A strategy for backing off (delaying) before a retry.
Functions
Link copied to clipboard
Returns the Duration to wait for before retrying the request for the given retry number.
Link copied to clipboard
Returns a BackoffStrategy that applies full jitter to this BackoffStrategy, where the degree of "fullness" is specified by the given factor.