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