Class AddressUidExtension
IExtension provider for AddressUid
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class AddressUidExtension : ExtensionIdProvider<AddressUid>, IExtensionId<AddressUid>, IExtensionId
Methods
| Edit this page View SourceCreateExtension(ExtendedActorSystem)
Creates the AddressUid extension for system, honoring the
akka.remote.use-64bit-system-uids config switch.
Declaration
public override AddressUid CreateExtension(ExtendedActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ExtendedActorSystem | system | The actor system that owns this extension. |
Returns
| Type | Description |
|---|---|
| AddressUid | A new AddressUid instance. |
Overrides
| Edit this page View SourceUid(ActorSystem)
Returns the unique identifier for this incarnation of system.
Declaration
public static long Uid(ActorSystem system)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorSystem | system | The actor system whose UID is being retrieved. |
Returns
| Type | Description |
|---|---|
| long | The address/system UID for this actor system incarnation. |
Edit this page