Interface RateLimitService.Interface
-
- All Known Implementing Classes:
RateLimitService.Stub
- Enclosing class:
- RateLimitService
public static interface RateLimitService.Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
shouldRateLimit(com.google.protobuf.RpcController controller, RateLimitRequest request, com.google.protobuf.RpcCallback<RateLimitResponse> done)
Determine whether rate limiting should take place.
-
-
-
Method Detail
-
shouldRateLimit
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);
-
-