akka.remote
Class RemotingListenEvent
java.lang.Object
akka.remote.RemotingListenEvent
- All Implemented Interfaces:
- RemotingLifecycleEvent, java.io.Serializable, scala.Equals, scala.Product
public final class RemotingListenEvent
- extends java.lang.Object
- implements RemotingLifecycleEvent, scala.Product, scala.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
RemotingListenEvent(scala.collection.immutable.Set<akka.actor.Address> listenAddresses)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface scala.Product |
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
canEqual, equals |
RemotingListenEvent
public RemotingListenEvent(scala.collection.immutable.Set<akka.actor.Address> listenAddresses)
listenAddresses
public scala.collection.immutable.Set<akka.actor.Address> listenAddresses()
getListenAddresses
public java.util.Set<akka.actor.Address> getListenAddresses()
logLevel
public akka.event.Logging.LogLevel logLevel()
- Specified by:
logLevel in interface RemotingLifecycleEvent
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object