case object Disconnect extends Command with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Disconnect
- Serializable
- Product
- Equals
- Command
- Message
- HasFailureMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Send this message to a connection actor (which had previously sent the Connected message) in order to close the socket. The connection actor will reply with a Disconnected message.