akka.remote
Class AddressUidExtension$
java.lang.Object
akka.remote.AddressUidExtension$
- All Implemented Interfaces:
- akka.actor.ExtensionId<AddressUidExtension>, akka.actor.ExtensionIdProvider
public class AddressUidExtension$
- extends java.lang.Object
- implements akka.actor.ExtensionId<AddressUidExtension>, akka.actor.ExtensionIdProvider
Extension that holds a uid that is assigned as a random Int.
The uid is intended to be used together with an Address
to be able to distinguish restarted actor system using the same host
and port.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface akka.actor.ExtensionId |
apply, equals, hashCode |
MODULE$
public static final AddressUidExtension$ MODULE$
- Static reference to the singleton instance of this Scala object.
AddressUidExtension$
public AddressUidExtension$()
get
public AddressUidExtension get(akka.actor.ActorSystem system)
- Specified by:
get in interface akka.actor.ExtensionId<AddressUidExtension>
lookup
public AddressUidExtension$ lookup()
- Specified by:
lookup in interface akka.actor.ExtensionIdProvider
createExtension
public AddressUidExtension createExtension(akka.actor.ExtendedActorSystem system)
- Specified by:
createExtension in interface akka.actor.ExtensionId<AddressUidExtension>