t

akka.remote

AssociationEvent

sealed trait AssociationEvent extends RemotingLifecycleEvent

Annotations
@nowarn() @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. AssociationEvent
  2. RemotingLifecycleEvent
  3. Serializable
  4. AnyRef
  5. 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

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