Interface RateLimitQuotaService.Interface

    • 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);