SuspendReading
org.apache.pekko.io.Tcp.SuspendReading
case object SuspendReading extends Command
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.
Attributes
- Source
- Tcp.scala
- Graph
-
- Supertypes
- Self type
-
SuspendReading.type
Members list
In this article