Received
org.apache.pekko.io.Udp.Received
final case class Received(data: ByteString, sender: InetSocketAddress) extends Event
When a listener actor receives a datagram from its socket it will send it to the handler designated in the Bind message using this message type.
Attributes
- Source
- Udp.scala
- Graph
-
- Supertypes
Members list
In this article