c

akka.remote

AssociatedEvent

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssociatedEvent
  2. Product
  3. Equals
  4. AssociationEvent
  5. RemotingLifecycleEvent
  6. Serializable
  7. Serializable
  8. AnyRef
  9. 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

Instance Constructors

  1. new AssociatedEvent(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
    AssociatedEventAssociationEvent
  4. final def isInbound: Boolean
    Definition Classes
    AssociationEvent
  5. val localAddress: Address
    Definition Classes
    AssociatedEventAssociationEvent
  6. def logLevel: LogLevel
  7. val remoteAddress: Address
    Definition Classes
    AssociatedEventAssociationEvent
  8. def toString(): String
    Definition Classes
    AssociationEvent → AnyRef → Any