Package akka.io

Class Tcp.SimpleWriteCommand

    • Constructor Detail

      • SimpleWriteCommand

        public SimpleWriteCommand()
    • Method Detail

      • ack

        public abstract Tcp.Event ack()
        The acknowledgment token associated with this write command.
      • wantsAck

        public boolean wantsAck()
        An acknowledgment is only sent if this write command “wants an ack”, which is equivalent to the ack() token not being a of type Tcp.NoAck.