| Package | Description |
|---|---|
| com.linecorp.armeria.server.throttling |
Request throttling service decorators and strategies.
|
| Modifier and Type | Method and Description |
|---|---|
static Function<? super RpcService,ThrottlingRpcService> |
ThrottlingRpcService.newDecorator(ThrottlingStrategy<RpcRequest> strategy)
Creates a new decorator using the specified
ThrottlingStrategy instance. |
Copyright © 2020 LeanCloud. All rights reserved.