public static class Tcp.NoAck extends java.lang.Object implements Tcp.Event, scala.Product, scala.Serializable
Tcp.WriteCommand
can optionally request a positive acknowledgment to be sent
to the commanding actor. If such notification is not desired the WriteCommand#ack
must be set to an instance of this class. The token contained within can be used
to recognize which write failed when receiving a Tcp.CommandFailed
message.Constructor and Description |
---|
Tcp.NoAck(java.lang.Object token) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
token() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait