Package io.grpc.netty

Interface WriteQueue.QueuedCommand

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.perfmark.Link getLink()  
      io.netty.channel.ChannelPromise promise()
      Returns the promise beeing notified of the success/failure of the write.
      void promise​(io.netty.channel.ChannelPromise promise)
      Sets the promise.
      void run​(io.netty.channel.Channel channel)  
    • Method Detail

      • promise

        io.netty.channel.ChannelPromise promise()
        Returns the promise beeing notified of the success/failure of the write.
      • promise

        void promise​(io.netty.channel.ChannelPromise promise)
        Sets the promise.
      • run

        void run​(io.netty.channel.Channel channel)
      • getLink

        io.perfmark.Link getLink()