case object Unbind extends Command with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unbind
- Serializable
- Product
- Equals
- Command
- Message
- HasFailureMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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.