public final class DisassociatedEvent extends java.lang.Object implements AssociationEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
DisassociatedEvent(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, wait
getLocalAddress, getRemoteAddress, isInbound, toString
public 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 AssociationEvent
public Address remoteAddress()
remoteAddress
in interface AssociationEvent
public boolean inbound()
inbound
in interface AssociationEvent
protected java.lang.String eventName()
eventName
in interface AssociationEvent
public Logging.LogLevel logLevel()
logLevel
in interface RemotingLifecycleEvent