Reject

data class Reject(val permits: Int, val retryAfter: Duration) : RateLimiterEvent(source)

Represents an event triggered when a permit acquisition is rejected due to queue full.

Parameters

permits

The number of permits that were attempted to be acquired.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard