| Interface | Description |
|---|---|
| Condition |
The skip condition is used to skip or execute a rate limit check.
|
| KeyFilter |
Functional interface to retrieve the Bucket4j key.
|
| RateLimitCheck |
Used to check if the rate limit should be performed independently from the Servlet
Filter or ZuulFilter. |
| Class | Description |
|---|---|
| BandWidthConfig |
Configures the rate of data which should be transfered
|
| FilterConfiguration |
This class is the main configuration class which is used to build the Servlet
Filters or ZuulFilters. |
| Enum | Description |
|---|---|
| FilterKeyType |
Predefined filter type to identify the Bucket4j key which is used to
define to whom the rate limit should be applied.
|
| FilterMethod |
The filter method defines which type of should be used.
|
| RateLimitConditionMatchingStrategy |
Bad name :-)
If multiple rate limits configured this strategy decides when to stop
the evaluation.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.