DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration Class

Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.

Constructor

DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration()

Variables

Name Description
initialDelayInMilliseconds
int

The optional initial delay in milliseconds before an operation is retried.

maxIntervalInMilliseconds
int

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