Bind
org.apache.pekko.io.Udp.Bind
final case class Bind(handler: ActorRef, localAddress: InetSocketAddress, options: Iterable[SocketOption] = ...) extends Command
Send this message to the UdpExt#manager in order to bind to the given local port (or an automatically assigned one if the port number is zero). The listener actor for the newly bound port will reply with a Bound message, or the manager will reply with a CommandFailed message.
Attributes
- Source
- Udp.scala
- Graph
-
- Supertypes
Members list
In this article