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