MessageRateLimit

class MessageRateLimit(val maxMessages: Int, val intervalInSeconds: Long)

Represents the message rate limit configuration.

Constructors

Link copied to clipboard
constructor(maxMessages: Int, intervalInSeconds: Long)

Properties

Link copied to clipboard

The time interval in seconds within which the message limit applies.

Link copied to clipboard

The maximum number of messages allowed within the specified interval.