Class RateLimitOperator<T>

java.lang.Object
discord4j.common.operator.RateLimitOperator<T>
Type Parameters:
T - the type of the transformed sequence
All Implemented Interfaces:
Function<Publisher<T>,Publisher<T>>

public class RateLimitOperator<T> extends Object implements Function<Publisher<T>,Publisher<T>>
A rate limiting operator based off the token bucket algorithm. From Rate Limiting in rxjs.