public class ConcurrencyLimitClientInterceptor
extends java.lang.Object
implements io.grpc.ClientInterceptor
| Constructor and Description |
|---|
ConcurrencyLimitClientInterceptor(com.netflix.concurrency.limits.Limiter<GrpcClientRequestContext> grpcLimiter) |
| Modifier and Type | Method and Description |
|---|---|
<ReqT,RespT> |
interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method,
io.grpc.CallOptions callOptions,
io.grpc.Channel next) |
public ConcurrencyLimitClientInterceptor(com.netflix.concurrency.limits.Limiter<GrpcClientRequestContext> grpcLimiter)