Available on crate feature client only.
Expand description

Classifier for determining if a retry is necessary and related code.

Structs§

  • The priority of a retry classifier. Classifiers with a higher priority will run before classifiers with a lower priority. Classifiers with equal priorities make no guarantees about which will run first.
  • Retry classifier used by the retry strategy to classify responses as retryable or not.

Enums§

Traits§