Class RetriableStream.BufferSizeTracer

    • Method Detail

      • outboundWireSize

        public void outboundWireSize​(long bytes)
        A message is sent to the wire, so its reference would be released if no retry or hedging were involved. So at this point we have to hold the reference of the message longer for retry, and we need to increment substream.bufferNeeded.
        Overrides:
        outboundWireSize in class StreamTracer