Class InternalLoggingChannelInterceptor
- java.lang.Object
-
- io.grpc.gcp.observability.interceptors.InternalLoggingChannelInterceptor
-
- All Implemented Interfaces:
io.grpc.ClientInterceptor
@Internal public final class InternalLoggingChannelInterceptor extends java.lang.Object implements io.grpc.ClientInterceptorA logging client interceptor for Observability.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInternalLoggingChannelInterceptor.Factorystatic classInternalLoggingChannelInterceptor.FactoryImpl
-
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)
-