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