The actor which will receive all incoming data and which will be informed when the connection is closed.
If this is set to true then the connection is not automatically closed when the peer closes its half, requiring an explicit akka.io.Tcp.Closed from our side when finished.
If this is set to true then the connection actor will refuse all further writes after issuing a akka.io.Tcp.CommandFailed notification until akka.io.Tcp.ResumeWriting is received. This can be used to implement NACK-based write backpressure.
The actor which will receive all incoming data and which will be informed when the connection is closed.
If this is set to true then the connection is not automatically closed when the peer closes its half, requiring an explicit akka.io.Tcp.Closed from our side when finished.
If this is set to true then the connection actor will refuse all further writes after issuing a akka.io.Tcp.CommandFailed notification until akka.io.Tcp.ResumeWriting is received.
If this is set to true then the connection actor will refuse all further writes after issuing a akka.io.Tcp.CommandFailed notification until akka.io.Tcp.ResumeWriting is received. This can be used to implement NACK-based write backpressure.
This message must be sent to a TCP connection actor after receiving the akka.io.Tcp.Connected message. The connection will not read any data from the socket until this message is received, because this message defines the actor which will receive all inbound data.
The actor which will receive all incoming data and which will be informed when the connection is closed.
If this is set to true then the connection is not automatically closed when the peer closes its half, requiring an explicit akka.io.Tcp.Closed from our side when finished.
If this is set to true then the connection actor will refuse all further writes after issuing a akka.io.Tcp.CommandFailed notification until akka.io.Tcp.ResumeWriting is received. This can be used to implement NACK-based write backpressure.