SubscriberQueueLimitResponse

data class SubscriberQueueLimitResponse(val length: Double? = null, val strategy: String? = null)

The settings of Subscriber Queue Limit.

Constructors

Link copied to clipboard
constructor(length: Double? = null, strategy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val length: Double? = null

The maximum length of the queue before messages start getting dropped.

Link copied to clipboard
val strategy: String? = null

The strategy to use for dropping messages from the queue.