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() @deprecated @nowarn()
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. AssociationErrorEvent
  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 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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. val remoteAddress: Address
  11. def toString(): String
    Definition Classes
    AssociationErrorEventAssociationEvent → AnyRef → Any