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

Members list

Value members

Inherited methods

def failureMessage: Any

Attributes

Inherited from:
Command
Source
Udp.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product