GrpcRouteRetryPolicyResponse

data class GrpcRouteRetryPolicyResponse(val numRetries: Int, val retryConditions: List<String>)

The specifications for retries.

Constructors

Link copied to clipboard
fun GrpcRouteRetryPolicyResponse(numRetries: Int, retryConditions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the allowed number of retries. This number must be 0. If not specified, default to 1.

Link copied to clipboard