public final class RemotingListenEvent extends java.lang.Object implements RemotingLifecycleEvent, scala.Product, scala.Serializable
| Constructor and Description |
|---|
RemotingListenEvent(scala.collection.immutable.Set<akka.actor.Address> listenAddresses) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<akka.actor.Address> |
getListenAddresses() |
scala.collection.immutable.Set<akka.actor.Address> |
listenAddresses() |
akka.event.Logging.LogLevel |
logLevel() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic RemotingListenEvent(scala.collection.immutable.Set<akka.actor.Address> listenAddresses)
public scala.collection.immutable.Set<akka.actor.Address> listenAddresses()
public java.util.Set<akka.actor.Address> getListenAddresses()
public akka.event.Logging.LogLevel logLevel()
logLevel in interface RemotingLifecycleEventpublic java.lang.String toString()
toString in class java.lang.Object