Package discord4j.rest.request
Class RateLimitRetryOperator
- java.lang.Object
-
- discord4j.rest.request.RateLimitRetryOperator
-
public class RateLimitRetryOperator extends Object
The retry function used for reading and completing HTTP requests. The backoff is determined by the rate limit headers returned by Discord in the event of a 429.
-
-
Constructor Summary
Constructors Constructor Description RateLimitRetryOperator(Scheduler backoffScheduler)
-