SubscriberQueueLimitArgs

data class SubscriberQueueLimitArgs(val length: Output<Double>? = null, val strategy: Output<Either<String, SubscriberMessageDropStrategy>>? = null) : ConvertibleToJava<SubscriberQueueLimitArgs>

The settings of Subscriber Queue Limit.

Constructors

Link copied to clipboard
constructor(length: Output<Double>? = null, strategy: Output<Either<String, SubscriberMessageDropStrategy>>? = null)

Properties

Link copied to clipboard
val length: Output<Double>? = null

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

Link copied to clipboard
val strategy: Output<Either<String, SubscriberMessageDropStrategy>>? = null

The strategy to use for dropping messages from the queue.

Functions

Link copied to clipboard
open override fun toJava(): SubscriberQueueLimitArgs