sealed trait ConnectionClosed extends Event with DeadLetterSuppression
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionClosed
- DeadLetterSuppression
- Event
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getErrorCause: String
If
isErrorClosed
returns true, then the error condition can be retrieved by this method. - def isAborted: Boolean
true
iff the connection has been closed in response to anAbort
command. - def isConfirmed: Boolean
true
iff the connection has been fully closed in response to aConfirmedClose
command. - def isErrorClosed: Boolean
true
iff the connection has been closed due to an IO error. - def isPeerClosed: Boolean
true
iff the connection has been closed by the peer; in casekeepOpenOnPeerClosed
is in effect as per the Register command, this connection’s reading half is now closed.
This is the common interface for all events which indicate that a connection has been closed or half-closed.