public class RateLimiterConfigurationProperties
extends io.github.resilience4j.common.ratelimiter.configuration.RateLimiterConfigurationProperties
| Constructor and Description |
|---|
RateLimiterConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRateLimiterAspectOrder()
As of release 0.16.0 as we set an implicit spring aspect order now which is retry then
circuit breaker then rate limiter then bulkhead but user can override it still if he has
different use case but bulkhead will be first aspect all the time due to the implicit order
we have it for bulkhead
|
void |
setRateLimiterAspectOrder(int rateLimiterAspectOrder)
set rate limiter aspect order
|
public int getRateLimiterAspectOrder()
public void setRateLimiterAspectOrder(int rateLimiterAspectOrder)
rateLimiterAspectOrder - the aspect order