public class AddressUidExtension$ extends java.lang.Object implements akka.actor.ExtensionId<AddressUidExtension>, akka.actor.ExtensionIdProvider
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.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(akka.actor.ExtendedActorSystem system) |
AddressUidExtension |
get(akka.actor.ActorSystem system) |
AddressUidExtension$ |
lookup() |
public static final AddressUidExtension$ MODULE$
public AddressUidExtension get(akka.actor.ActorSystem system)
get
in interface akka.actor.ExtensionId<AddressUidExtension>
public AddressUidExtension$ lookup()
lookup
in interface akka.actor.ExtensionIdProvider
public AddressUidExtension createExtension(akka.actor.ExtendedActorSystem system)
createExtension
in interface akka.actor.ExtensionId<AddressUidExtension>