DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationArgs

data class DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationArgs(val initialDelayInMilliseconds: Output<Int>? = null, val maxIntervalInMilliseconds: Output<Int>? = null) : ConvertibleToJava<DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationArgs>

Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.

Constructors

constructor(initialDelayInMilliseconds: Output<Int>? = null, maxIntervalInMilliseconds: Output<Int>? = null)

Properties

Link copied to clipboard
val initialDelayInMilliseconds: Output<Int>? = null

The optional initial delay in milliseconds before an operation is retried

Link copied to clipboard
val maxIntervalInMilliseconds: Output<Int>? = null

The optional maximum time interval in milliseconds between retry attempts

Functions

Link copied to clipboard
open override fun toJava(): DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationArgs