EventSubscriptionRetryPolicy

data class EventSubscriptionRetryPolicy(val eventTimeToLive: Int, val maxDeliveryAttempts: Int)

Constructors

Link copied to clipboard
constructor(eventTimeToLive: Int, maxDeliveryAttempts: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the time to live (in minutes) for events. Supported range is 1 to 1440. See official documentation for more details.

Link copied to clipboard

Specifies the maximum number of delivery retry attempts for events.