case object ResumeWriting extends Command with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResumeWriting
- Serializable
- Product
- Equals
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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.