Class InternalLoggingServerInterceptor

  • All Implemented Interfaces:
    io.grpc.ServerInterceptor

    @Internal
    public final class InternalLoggingServerInterceptor
    extends java.lang.Object
    implements io.grpc.ServerInterceptor
    A logging server interceptor for Observability.
    • Method Detail

      • interceptCall

        public <ReqT,​RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall​(io.grpc.ServerCall<ReqT,​RespT> call,
                                                                                  io.grpc.Metadata headers,
                                                                                  io.grpc.ServerCallHandler<ReqT,​RespT> next)
        Specified by:
        interceptCall in interface io.grpc.ServerInterceptor