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