case object ResumeWriting extends Command with Product with Serializable
When useResumeWriting
is in effect as was indicated in the Register message
then this command needs to be sent to the connection actor in order to re-enable
writing after a CommandFailed event. All WriteCommand processed by the
connection actor between the first CommandFailed and subsequent reception of
this message will also be rejected with CommandFailed.
- Source
- Tcp.scala
- Alphabetic
- By Inheritance
- ResumeWriting
- Serializable
- Product
- Equals
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected