Class GoogleCloudStorageClientGrpcTracingInterceptor

  • All Implemented Interfaces:
    io.grpc.ClientInterceptor

    public class GoogleCloudStorageClientGrpcTracingInterceptor
    extends Object
    implements io.grpc.ClientInterceptor
    Interceptor to create a trace of the lifecycle of GRPC api calls.
    • Constructor Detail

      • GoogleCloudStorageClientGrpcTracingInterceptor

        public GoogleCloudStorageClientGrpcTracingInterceptor()
    • Method Detail

      • 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:
        interceptCall in interface io.grpc.ClientInterceptor