public interface IRateLimiterComponent extends IComponent
| Modifier and Type | Method and Description |
|---|---|
void |
accept(String bucketId,
RateBucketPeriod period,
int limit,
IAsyncResultHandler<RateLimitResponse> handler)
Adds another request to the given rate bucket.
|
void accept(String bucketId, RateBucketPeriod period, int limit, IAsyncResultHandler<RateLimitResponse> handler)
bucketId - period - limit - handler - Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.