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, wait
public 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 RemotingLifecycleEvent
public java.lang.String toString()
toString
in class java.lang.Object