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