Package-level declarations

Types

Link copied to clipboard
sealed class RateLimitingAlgorithm(val totalPermits: Int, val replenishmentPeriod: Duration, val queueLength: Int)

Represents all possible rate limiting algorithms that can be used to determine the behaviour of a RateLimiter.