Interface RateLimitQuotaService.Interface
-
- All Known Implementing Classes:
RateLimitQuotaService.Stub
- Enclosing class:
- RateLimitQuotaService
public static interface RateLimitQuotaService.Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstreamRateLimitQuotas(com.google.protobuf.RpcController controller, RateLimitQuotaUsageReports request, com.google.protobuf.RpcCallback<RateLimitQuotaResponse> done)Main communication channel: the data plane sends usage reports to the RLQS server, and the server asynchronously responding with the assignments.
-
-
-
Method Detail
-
streamRateLimitQuotas
void streamRateLimitQuotas(com.google.protobuf.RpcController controller, RateLimitQuotaUsageReports request, com.google.protobuf.RpcCallback<RateLimitQuotaResponse> done)Main communication channel: the data plane sends usage reports to the RLQS server, and the server asynchronously responding with the assignments.
rpc StreamRateLimitQuotas(stream .envoy.service.rate_limit_quota.v3.RateLimitQuotaUsageReports) returns (stream .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse);
-
-