Package com.google.api.gax.grpc
Class GrpcLoggingInterceptor
java.lang.Object
com.google.api.gax.grpc.GrpcLoggingInterceptor
- All Implemented Interfaces:
io.grpc.ClientInterceptor
@InternalApi
public class GrpcLoggingInterceptor
extends Object
implements io.grpc.ClientInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT, RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)
-
Constructor Details
-
GrpcLoggingInterceptor
public GrpcLoggingInterceptor()
-
-
Method Details
-
interceptCall
public <ReqT,RespT> io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT, RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next) - Specified by:
interceptCallin interfaceio.grpc.ClientInterceptor
-