Available

class Available(val remainingTokens: Int, val limit: Int, val refillAtTimeMillis: Long) : RateLimiter.State

Rate limiter has enough tokens.

Constructors

Link copied to clipboard
constructor(remainingTokens: Int, limit: Int, refillAtTimeMillis: Long)

Properties

Link copied to clipboard
val limit: Int
Link copied to clipboard
Link copied to clipboard