Interface
RetryPolicyContext
Context used to choose the retry budget for one logical request.
Properties
| Name | Type | Description |
|---|---|---|
| defaultRetries | number | Validated retry budget from the REST configuration. |
| method | string | HTTP method supplied to the request manager. |
| routeKey | string | Sanitized route metadata for policy matching. |