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

public static interface Tcp.CloseCommand extends Tcp.Command, DeadLetterSuppression
Common interface for all commands which aim to close down an open connection.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      The corresponding event which is sent as an acknowledgment once the close operation is finished.