Queued

data class Queued(val permits: Int, val timeout: Duration) : RateLimiterEvent(source)

Represents an event triggered when a request is queued due to insufficient permits available.

Parameters

permits

The number of permits that were attempted to be acquired.

timeout

The duration to wait for permits to be available.

Constructors

Link copied to clipboard
constructor(permits: Int, timeout: Duration)

Properties

Link copied to clipboard
Link copied to clipboard