public static interface RateLimitService.Interface
| Modifier and Type | Method and Description |
|---|---|
void |
shouldRateLimit(com.google.protobuf.RpcController controller,
RateLimitRequest request,
com.google.protobuf.RpcCallback<RateLimitResponse> done)
Determine whether rate limiting should take place.
|
void shouldRateLimit(com.google.protobuf.RpcController controller,
RateLimitRequest request,
com.google.protobuf.RpcCallback<RateLimitResponse> done)
Determine whether rate limiting should take place.
rpc ShouldRateLimit(.envoy.service.ratelimit.v3.RateLimitRequest) returns (.envoy.service.ratelimit.v3.RateLimitResponse);Copyright © 2018–2021 The Envoy Project. All rights reserved.