final case class AssociationErrorEvent(cause: Throwable, localAddress: Address, remoteAddress: Address, inbound: Boolean, logLevel: LogLevel) extends AssociationEvent with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- AssociationErrorEvent
- Product
- Equals
- AssociationEvent
- RemotingLifecycleEvent
- Serializable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val cause: Throwable
- def getCause: Throwable
-
final
def
getLocalAddress: Address
- Definition Classes
- AssociationEvent
-
final
def
getRemoteAddress: Address
- Definition Classes
- AssociationEvent
-
val
inbound: Boolean
- Definition Classes
- AssociationErrorEvent → AssociationEvent
-
final
def
isInbound: Boolean
- Definition Classes
- AssociationEvent
-
val
localAddress: Address
- Definition Classes
- AssociationErrorEvent → AssociationEvent
-
val
logLevel: LogLevel
- Definition Classes
- AssociationErrorEvent → RemotingLifecycleEvent
-
val
remoteAddress: Address
- Definition Classes
- AssociationErrorEvent → AssociationEvent
-
def
toString(): String
- Definition Classes
- AssociationErrorEvent → AssociationEvent → AnyRef → Any