Package com.turtlequeue
Class GrpcLoggingClientInterceptor
- java.lang.Object
-
- com.turtlequeue.GrpcLoggingClientInterceptor
-
- All Implemented Interfaces:
io.grpc.ClientInterceptor
public class GrpcLoggingClientInterceptor extends Object implements io.grpc.ClientInterceptor
A interceptor to handle client to broker messages logging
-
-
Constructor Summary
Constructors Constructor Description GrpcLoggingClientInterceptor()GrpcLoggingClientInterceptor(String p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT>interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)
-
-
-
Constructor Detail
-
GrpcLoggingClientInterceptor
public GrpcLoggingClientInterceptor()
-
GrpcLoggingClientInterceptor
public GrpcLoggingClientInterceptor(String p)
-
-