Module aws_smithy_client::retry
source · Expand description
Retry support
Components:
Standard
: Top level manager, intended to be associated with aClient
. Its sole purpose in life is to create aRetryHandler
for individual requests.RetryHandler
: A request-scoped retry policy, backed by request-local state and shared state contained withinStandard
.Config
: Static configuration (max attempts, max backoff etc.)
Structs
- Retry Policy Configuration
- RetryHandler
- Manage retries for a service
Traits
- A policy instantiator.