akka.io
Interface Tcp.WritingResumed

All Superinterfaces:
NoSerializationVerificationNeeded, Tcp.Event, Tcp.Message
All Known Implementing Classes:
Tcp.WritingResumed$
Enclosing class:
Tcp

public static interface Tcp.WritingResumed
extends Tcp.Event

When useResumeWriting is in effect as indicated in the Tcp.Register message, the ResumeWriting command will be acknowledged by this message type, upon which it is safe to send at least one write. This means that all writes preceding the first Tcp.CommandFailed message have been enqueued to the O/S kernel at this point.