Packages

t

akka.io.Tcp

CloseCommand

sealed trait CloseCommand extends Command with DeadLetterSuppression

Common interface for all commands which aim to close down an open connection.

Source
Tcp.scala
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloseCommand
  2. DeadLetterSuppression
  3. Command
  4. HasFailureMessage
  5. Message
  6. NoSerializationVerificationNeeded
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def event: ConnectionClosed

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

Concrete Value Members

  1. def failureMessage: CommandFailed
    Definition Classes
    Command → HasFailureMessage