case object Close extends CloseCommand with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Close
- Serializable
- Product
- Equals
- CloseCommand
- DeadLetterSuppression
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def event: Closed
The corresponding event which is sent as an acknowledgment once the close operation is finished.
The corresponding event which is sent as an acknowledgment once the close operation is finished.
- Definition Classes
- → CloseCommand
- def failureMessage: CommandFailed
- Definition Classes
- Command → HasFailureMessage
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
A normal close operation will first flush pending writes and then close the socket. The sender of this command and the registered handler for incoming data will both be notified once the socket is closed using a
Closed
message.