TcpRetryPolicyResponse

data class TcpRetryPolicyResponse(val maxConnectAttempts: Int? = null)

Policy that defines tcp request retry conditions

Constructors

Link copied to clipboard
constructor(maxConnectAttempts: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxConnectAttempts: Int? = null

Maximum number of attempts to connect to the tcp service