Package 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
WhenuseResumeWriting
is in effect as indicated in theTcp.Register
message, theResumeWriting
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 firstTcp.CommandFailed
message have been enqueued to the O/S kernel at this point.