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
All Methods Instance Methods Default Methods 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 Detail
-
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.
-
-