@NonNullApi @NonNullFields
| Interface | Description |
|---|---|
| RateLimiterAspectExt |
RateLimiter aspect extension support interface type if you want to support new types
|
| Class | Description |
|---|---|
| RateLimiterAspect |
This Spring AOP aspect intercepts all methods which are annotated with a
RateLimiter
annotation. |
| RateLimiterConfiguration |
Configuration for resilience4j
ratelimiter. |
| RateLimiterConfigurationProperties | |
| ReactorRateLimiterAspectExt |
the Reactor RateLimiter logic support for the spring AOP Conditional on Reactor class existence
on spring class loader
|
| RxJava2RateLimiterAspectExt |
the Rx RateLimiter logic support for the spring AOP conditional on the presence of Rx classes on
the spring class loader
|