public interface ConsumerRateLimiter
| Modifier and Type | Method and Description |
|---|---|
void |
acquire() |
void |
acquireFiltered() |
void |
adjustConsumerRate() |
void |
initialize() |
void |
registerFailedSending() |
void |
registerSuccessfulSending() |
void |
shutdown() |
void |
updateSubscription(pl.allegro.tech.hermes.api.Subscription newSubscription) |
void initialize()
void shutdown()
void acquire()
void acquireFiltered()
void adjustConsumerRate()
void updateSubscription(pl.allegro.tech.hermes.api.Subscription newSubscription)
void registerSuccessfulSending()
void registerFailedSending()