Package org.apache.pekko.io
Interface Tcp.CloseCommand
- All Superinterfaces:
DeadLetterSuppression,NoSerializationVerificationNeeded,org.apache.pekko.io.SelectionHandler.HasFailureMessage,Tcp.Command,Tcp.Message
- All Known Implementing Classes:
Tcp.Abort$,Tcp.Close$,Tcp.ConfirmedClose$
- Enclosing class:
- Tcp
Common interface for all commands which aim to close down an open connection.
-
Method Summary
Modifier and TypeMethodDescriptionevent()The corresponding event which is sent as an acknowledgment once the close operation is finished.Methods inherited from interface org.apache.pekko.io.Tcp.Command
failureMessage
-
Method Details
-
event
Tcp.ConnectionClosed event()The corresponding event which is sent as an acknowledgment once the close operation is finished.
-