RateLimiterEvent
Represents all possible RateLimiter events that can be triggered.
Inheritors
Types
Link copied to clipboard
Represents an event triggered when a request is queued due to insufficient permits available.
Link copied to clipboard
Represents an event triggered when a permit acquisition is rejected due to queue full.
Link copied to clipboard
Represents an event triggered when a permit is successfully acquired, and the request is allowed to proceed.