Class AddressUid
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.
Implements
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class AddressUid : IExtension
Fields
| Improve this Doc View SourceUid
The random unique identifier for this incarnation of the ActorSystem.
Declaration
public readonly int Uid
Field Value
Type | Description |
---|---|
Int32 |