RateLimitWindow

data class RateLimitWindow(val maxEvents: Int, val windowMillis: Long)

Fixed window rate limit definition.

Constructors

Link copied to clipboard
constructor(maxEvents: Int, windowMillis: Long)

Properties

Link copied to clipboard
Link copied to clipboard