RetryPolicyResponse

data class RetryPolicyResponse(val eventTimeToLiveInMinutes: Int? = null, val maxDeliveryAttempts: Int? = null)

Information about the retry policy for an event subscription.

Constructors

Link copied to clipboard
constructor(eventTimeToLiveInMinutes: Int? = null, maxDeliveryAttempts: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time To Live (in minutes) for events.

Link copied to clipboard

Maximum number of delivery retry attempts for events.