case object SuspendReading extends Command with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- SuspendReading
- Serializable
- Product
- Equals
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Sending this command to the connection actor will disable reading from the TCP socket. TCP flow-control will then propagate backpressure to the sender side as buffers fill up on either end. To re-enable reading send
ResumeReading
.