Packages

o

akka.io.Udp

Unbind

object Unbind extends Command with Product with Serializable

Send this message to the listener actor that previously sent a Bound message in order to close the listening socket. The recipient will reply with an Unbound message.

Source
Udp.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Command, Message, HasFailureMessage, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unbind
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Command
  7. Message
  8. HasFailureMessage
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def failureMessage: CommandFailed
    Definition Classes
    Command → HasFailureMessage