NoAck

org.apache.pekko.io.Udp.NoAck
See theNoAck companion object
case class NoAck(token: Any) extends Event

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
Udp.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Event
trait Message
class Object
trait Matchable
class Any
Show all
Known subtypes
object NoAck

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product