System Topic Event Subscription Retry Policy
data class SystemTopicEventSubscriptionRetryPolicy(val eventTimeToLive: Int, val maxDeliveryAttempts: Int)
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.