Interface RateLimitQuotaServiceGrpc.AsyncService

All Known Implementing Classes:
RateLimitQuotaServiceGrpc.RateLimitQuotaServiceImplBase
Enclosing class:
RateLimitQuotaServiceGrpc

public static interface RateLimitQuotaServiceGrpc.AsyncService
 Defines the Rate Limit Quota Service (RLQS).
 
  • Method Summary

    Modifier and Type
    Method
    Description
    default io.grpc.stub.StreamObserver<RateLimitQuotaUsageReports>
    streamRateLimitQuotas(io.grpc.stub.StreamObserver<RateLimitQuotaResponse> responseObserver)
    Main communication channel: the data plane sends usage reports to the RLQS server, and the server asynchronously responding with the assignments.
  • Method Details

    • streamRateLimitQuotas

      default io.grpc.stub.StreamObserver<RateLimitQuotaUsageReports> streamRateLimitQuotas(io.grpc.stub.StreamObserver<RateLimitQuotaResponse> responseObserver)
       Main communication channel: the data plane sends usage reports to the RLQS server,
       and the server asynchronously responding with the assignments.