c

akka.remote

DisassociatedEvent

final case class DisassociatedEvent(localAddress: Address, remoteAddress: Address, inbound: Boolean) extends AssociationEvent with Product with Serializable

Annotations
@SerialVersionUID() @deprecated
Deprecated

(Since version 2.6.0) Classic remoting is deprecated, use Artery

Source
RemotingLifecycleEvent.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DisassociatedEvent
  2. Product
  3. Equals
  4. AssociationEvent
  5. RemotingLifecycleEvent
  6. Serializable
  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. Protected

Instance Constructors

  1. new DisassociatedEvent(localAddress: Address, remoteAddress: Address, inbound: Boolean)

Value Members

  1. final def getLocalAddress: Address
    Definition Classes
    AssociationEvent
  2. final def getRemoteAddress: Address
    Definition Classes
    AssociationEvent
  3. val inbound: Boolean
    Definition Classes
    DisassociatedEventAssociationEvent
  4. final def isInbound: Boolean
    Definition Classes
    AssociationEvent
  5. val localAddress: Address
    Definition Classes
    DisassociatedEventAssociationEvent
  6. def logLevel: LogLevel
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val remoteAddress: Address
    Definition Classes
    DisassociatedEventAssociationEvent
  9. def toString(): String
    Definition Classes
    AssociationEvent → AnyRef → Any