See: Description
| Class | Description |
|---|---|
| AbstractThrottlingService<I extends Request,O extends Response> |
Decorates a
Service to throttle incoming requests. |
| RateLimitingThrottlingStrategy<T extends Request> |
A
ThrottlingStrategy that provides a throttling strategy based on QPS. |
| ThrottlingRpcService |
Decorates an RPC
Service to throttle incoming requests. |
| ThrottlingService |
Decorates an
HttpService to throttle incoming requests. |
| ThrottlingStrategy<T extends Request> |
Determines whether a request should be throttled.
|
Copyright © 2020 LeanCloud. All rights reserved.