case object ConfirmedClose extends CloseCommand with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfirmedClose
- Serializable
- Product
- Equals
- CloseCommand
- DeadLetterSuppression
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def event: ConfirmedClosed
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 confirmed close operation will flush pending writes and half-close the connection, waiting for the peer to close the other half. The sender of this command and the registered handler for incoming data will both be notified once the socket is closed using a
ConfirmedClosed
message.