GrpcRouteRuleActionRetryPolicy

data class GrpcRouteRuleActionRetryPolicy(val numRetries: Int? = null, val retryConditions: List<String>? = null)

Constructors

Link copied to clipboard
constructor(numRetries: Int? = null, retryConditions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val numRetries: Int? = null

Specifies the allowed number of retries.

Link copied to clipboard

Specifies one or more conditions when this retry policy applies. Each value may be one of: connect-failure, refused-stream, cancelled, deadline-exceeded, resource-exhausted, unavailable.