t

akka.remote

AssociationEvent

sealed trait AssociationEvent extends RemotingLifecycleEvent

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssociationEvent
  2. RemotingLifecycleEvent
  3. Serializable
  4. Serializable
  5. AnyRef
  6. 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 inbound: Boolean
  2. abstract def localAddress: Address
  3. abstract def logLevel: LogLevel
    Definition Classes
    RemotingLifecycleEvent
  4. abstract def remoteAddress: Address

Concrete Value Members

  1. final def getLocalAddress: Address
  2. final def getRemoteAddress: Address
  3. final def isInbound: Boolean
  4. def toString(): String
    Definition Classes
    AssociationEvent → AnyRef → Any