public final class AssociatedEvent extends java.lang.Object implements AssociationEvent, scala.Product, scala.Serializable
| Constructor and Description |
|---|
AssociatedEvent(Address localAddress,
Address remoteAddress,
boolean inbound) |
| Modifier and Type | Method and Description |
|---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
protected java.lang.String |
eventName() |
static Address |
getLocalAddress() |
static Address |
getRemoteAddress() |
boolean |
inbound() |
static boolean |
isInbound() |
Address |
localAddress() |
Logging.LogLevel |
logLevel() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
Address |
remoteAddress() |
static java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocalAddress, getRemoteAddress, isInbound, toStringpublic static final Address getRemoteAddress()
public static final Address getLocalAddress()
public static final boolean isInbound()
public static java.lang.String toString()
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public Address localAddress()
localAddress in interface AssociationEventpublic Address remoteAddress()
remoteAddress in interface AssociationEventpublic boolean inbound()
inbound in interface AssociationEventprotected java.lang.String eventName()
eventName in interface AssociationEventpublic Logging.LogLevel logLevel()
logLevel in interface RemotingLifecycleEvent