c

akka.remote

AssociationErrorEvent

final case class AssociationErrorEvent(cause: Throwable, localAddress: Address, remoteAddress: Address, inbound: Boolean, logLevel: LogLevel) extends AssociationEvent with Product with Serializable

Annotations
@SerialVersionUID()
Source
RemotingLifecycleEvent.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssociationErrorEvent
  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 AssociationErrorEvent(cause: Throwable, localAddress: Address, remoteAddress: Address, inbound: Boolean, logLevel: LogLevel)

Value Members

  1. val cause: Throwable
  2. def getCause: Throwable
  3. final def getLocalAddress: Address
    Definition Classes
    AssociationEvent
  4. final def getRemoteAddress: Address
    Definition Classes
    AssociationEvent
  5. val inbound: Boolean
  6. final def isInbound: Boolean
    Definition Classes
    AssociationEvent
  7. val localAddress: Address
  8. val logLevel: LogLevel
  9. val remoteAddress: Address
  10. def toString(): String
    Definition Classes
    AssociationErrorEventAssociationEvent → AnyRef → Any