public class AddressUidExtension$ extends java.lang.Object implements ExtensionId<AddressUidExtension>, ExtensionIdProvider
Long or Int depending
on which version of remoting that is used.
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.
| Modifier and Type | Field and Description |
|---|---|
static AddressUidExtension$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
AddressUidExtension$() |
| Modifier and Type | Method and Description |
|---|---|
AddressUidExtension |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
AddressUidExtension |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance.
|
AddressUidExtension$ |
lookup()
Returns the canonical ExtensionId for this Extension
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, equals, hashCodepublic static final AddressUidExtension$ MODULE$
public AddressUidExtension get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get in interface ExtensionId<AddressUidExtension>system - (undocumented)public AddressUidExtension$ lookup()
ExtensionIdProviderlookup in interface ExtensionIdProviderpublic AddressUidExtension createExtension(ExtendedActorSystem system)
ExtensionIdcreateExtension in interface ExtensionId<AddressUidExtension>system - (undocumented)