DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration Class
Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.
Constructor
DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration()
Variables
| Name | Description |
|---|---|
|
initialDelayInMilliseconds
|
The optional initial delay in milliseconds before an operation is retried. |
|
maxIntervalInMilliseconds
|
The optional maximum time interval in milliseconds between retry attempts. |
Attributes
initialDelayInMilliseconds
The optional initial delay in milliseconds before an operation is retried.
initialDelayInMilliseconds: int
maxIntervalInMilliseconds
The optional maximum time interval in milliseconds between retry attempts.
maxIntervalInMilliseconds: int