Interface RateLimitService.BlockingInterface
-
- Enclosing class:
- RateLimitService
public static interface RateLimitService.BlockingInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateLimitResponse
shouldRateLimit(com.google.protobuf.RpcController controller, RateLimitRequest request)
-
-
-
Method Detail
-
shouldRateLimit
RateLimitResponse shouldRateLimit(com.google.protobuf.RpcController controller, RateLimitRequest request) throws com.google.protobuf.ServiceException
- Throws:
com.google.protobuf.ServiceException
-
-