Package-level declarations
Types
Link copied to clipboard
class RateLimitConfig
A config for the RateLimit plugin.
Link copied to clipboard
interface RateLimiter
An interface for rate limiters.
Link copied to clipboard
A name of registered RateLimit provider.
Link copied to clipboard
A config for RateLimit provider inside RateLimiterConfig.
Link copied to clipboard
A rate-limited route node that is used by the RateLimit plugin and usually created by the Route.rateLimit DSL function, so generally there is no need to instantiate it directly unless you are writing an extension.