Class RateLimitQuotaServiceGrpc.RateLimitQuotaServiceImplBase
java.lang.Object
io.envoyproxy.envoy.service.rate_limit_quota.v3.RateLimitQuotaServiceGrpc.RateLimitQuotaServiceImplBase
- All Implemented Interfaces:
RateLimitQuotaServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
RateLimitQuotaServiceGrpc
public abstract static class RateLimitQuotaServiceGrpc.RateLimitQuotaServiceImplBase
extends Object
implements io.grpc.BindableService, RateLimitQuotaServiceGrpc.AsyncService
Base class for the server implementation of the service RateLimitQuotaService.
Defines the Rate Limit Quota Service (RLQS).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.envoyproxy.envoy.service.rate_limit_quota.v3.RateLimitQuotaServiceGrpc.AsyncService
streamRateLimitQuotas
-
Constructor Details
-
RateLimitQuotaServiceImplBase
public RateLimitQuotaServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-