public final class QuarantinedEvent extends java.lang.Object implements RemotingLifecycleEvent, scala.Product, scala.Serializable
Constructor and Description |
---|
QuarantinedEvent(akka.actor.Address address,
int uid) |
Modifier and Type | Method and Description |
---|---|
akka.actor.Address |
address() |
akka.event.Logging.LogLevel |
logLevel() |
java.lang.String |
toString() |
int |
uid() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public akka.actor.Address address()
public int uid()
public akka.event.Logging.LogLevel logLevel()
logLevel
in interface RemotingLifecycleEvent
public java.lang.String toString()
toString
in class java.lang.Object