RateLimitBuilder

Builder interface for rate limits.

You can set a declaration site different from the default location (where the rate limit was created in the code) here.

See also

Properties

Link copied to clipboard
abstract override var declarationSite: DeclarationSite

Purely for debugging purposes, will be shown in exceptions.

Link copied to clipboard
abstract val group: String
Link copied to clipboard
abstract val rateLimiter: RateLimiter