case object ResumeReading extends Command with DeadLetterSuppression with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResumeReading
- Serializable
- Product
- Equals
- DeadLetterSuppression
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
This command needs to be sent to the connection actor after a
SuspendReading
command in order to resume reading from the socket.(This message is marked with DeadLetterSuppression as it is prone to end up in DeadLetters when the connection is torn down at the same time as the user wants to resume reading on that connection.)