io.helidon.common.concurrency.limits.RateLimitingAlgorithmType
Description
This type is an enumeration.
Allowed Values
| Value | Description |
|---|---|
TOKEN_ | Requests require tokens from a bucket that fills over time |
FIXED_ | Requests are processed at a fixed rate |
Usages
server.concurrency- limit. throughput. rate- limiting- algorithm server.features. limits. concurrency- limit. throughput. rate- limiting- algorithm server.sockets. concurrency- limit. throughput. rate- limiting- algorithm
See the manifest for all available types.