RateLimiterStatus

Contains information about the rate limiter status for a connection, including the maximum number of rate limiters allowed, the number currently in use, and the remaining capacity.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inUse: Int

The number of rate limiters currently in use on the connection.

Link copied to clipboard

The maximum number of rate limiters allowed on the connection.

Link copied to clipboard

The number of rate limiters remaining (available) on the connection.

Link copied to clipboard

The total bandwidth allocated across all rate limiters on the connection.

Functions

Link copied to clipboard
inline fun copy(block: RateLimiterStatus.Builder.() -> Unit = {}): RateLimiterStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String