Class RateLimitServiceGrpc.RateLimitServiceImplBase
java.lang.Object
io.envoyproxy.envoy.service.ratelimit.v2.RateLimitServiceGrpc.RateLimitServiceImplBase
- All Implemented Interfaces:
RateLimitServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- RateLimitServiceGrpc
public abstract static class RateLimitServiceGrpc.RateLimitServiceImplBase
extends Object
implements io.grpc.BindableService, RateLimitServiceGrpc.AsyncService
Base class for the server implementation of the service RateLimitService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.envoyproxy.envoy.service.ratelimit.v2.RateLimitServiceGrpc.AsyncService
shouldRateLimit
-
Constructor Details
-
RateLimitServiceImplBase
public RateLimitServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-