public static final class RateLimitService.Stub extends RateLimitService implements RateLimitService.Interface
RateLimitService.BlockingInterface, RateLimitService.Interface, RateLimitService.Stub| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.RpcChannel |
getChannel() |
void |
shouldRateLimit(com.google.protobuf.RpcController controller,
RateLimitRequest request,
com.google.protobuf.RpcCallback<RateLimitResponse> done)
Determine whether rate limiting should take place.
|
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void shouldRateLimit(com.google.protobuf.RpcController controller,
RateLimitRequest request,
com.google.protobuf.RpcCallback<RateLimitResponse> done)
RateLimitServiceDetermine whether rate limiting should take place.
rpc ShouldRateLimit(.envoy.service.ratelimit.v3.RateLimitRequest) returns (.envoy.service.ratelimit.v3.RateLimitResponse);shouldRateLimit in interface RateLimitService.InterfaceshouldRateLimit in class RateLimitServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.