DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationResponse

data class DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationResponse(val initialDelayInMilliseconds: Int? = null, val maxIntervalInMilliseconds: Int? = null)

Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.

Constructors

constructor(initialDelayInMilliseconds: Int? = null, maxIntervalInMilliseconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The optional initial delay in milliseconds before an operation is retried

Link copied to clipboard

The optional maximum time interval in milliseconds between retry attempts