Package io.grpc

Class ClientStreamTracer

    • Constructor Detail

      • ClientStreamTracer

        public ClientStreamTracer()
    • Method Detail

      • outboundHeaders

        public void outboundHeaders()
        Headers has been sent to the socket.
      • inboundHeaders

        public void inboundHeaders()
        Headers has been received from the server.
      • inboundTrailers

        public void inboundTrailers​(Metadata trailers)
        Trailing metadata has been received from the server.
        Parameters:
        trailers - the mutable trailing metadata. Modifications to it will be seen by interceptors and the application.
        Since:
        1.17.0