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
trait Serializable
trait Product
trait Equals
trait Event
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product