T - the type of the transformed sequencepublic class RateLimitOperator<T> extends Object implements Function<Publisher<T>,Publisher<T>>
| Constructor and Description |
|---|
RateLimitOperator(int capacity,
Duration refillPeriod)
Deprecated.
|
RateLimitOperator(int capacity,
Duration refillPeriod,
Scheduler delayScheduler) |
RateLimitOperator(int capacity,
Duration refillPeriod,
Scheduler delayScheduler,
Scheduler publishScheduler) |
@Deprecated public RateLimitOperator(int capacity, Duration refillPeriod)
public RateLimitOperator(int capacity,
Duration refillPeriod,
Scheduler delayScheduler)