Module retry

Source
Expand description

Retry configuration.

Structs§

ClientRateLimiter
Rate limiter for adaptive retry.
RetryConfig
Retry configuration for requests.
RetryConfigBuilder
Builder for RetryConfig.
RetryPartition
Represents the retry partition, e.g. an endpoint, a region
TokenBucket
Token bucket used for standard and adaptive retry.

Enums§

ReconnectMode
Mode for connection re-establishment
RetryAction
The result of running a ClassifyRetry on a InterceptorContext.
RetryMode
Specifies how failed requests should be retried.
ShouldAttempt
An answer to the question “should I make a request attempt?”

Traits§

ClassifyRetry
Classifies what kind of retry is needed for a given InterceptorContext.