Dapr Component Resiliency Policy Http Retry Back Off Configuration Response
data class DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationResponse(val initialDelayInMilliseconds: Int? = null, val maxIntervalInMilliseconds: Int? = null)
Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.
Constructors
Link copied to clipboard
fun DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationResponse(initialDelayInMilliseconds: Int? = null, maxIntervalInMilliseconds: Int? = null)