org.apache.pekko.io.UdpConnected.NoAck
See theNoAck companion object
Each Send can optionally request a positive acknowledgment to be sent to the commanding actor. If such notification is not desired the Send#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 CommandFailed message.
Attributes
- Companion
- object
- Source
- UdpConnected.scala
- Graph
-
- Supertypes
- Known subtypes
-
object NoAck
Members list
In this article