Package io.grpc.netty

Class WriteQueue.RunnableCommand

java.lang.Object
io.grpc.netty.WriteQueue.RunnableCommand
All Implemented Interfaces:
WriteQueue.QueuedCommand
Enclosing class:
WriteQueue

private static class WriteQueue.RunnableCommand extends Object implements WriteQueue.QueuedCommand
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final io.perfmark.Link
     
    private final Runnable
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.perfmark.Link
     
    final io.netty.channel.ChannelPromise
    Returns the promise beeing notified of the success/failure of the write.
    final void
    promise(io.netty.channel.ChannelPromise promise)
    Sets the promise.
    final void
    run(io.netty.channel.Channel channel)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait