Search Results for

    Show / Hide Table of Contents

    Class AddressUidExtension

    IExtension provider for AddressUid

    Inheritance
    object
    ExtensionIdProvider<AddressUid>
    AddressUidExtension
    Implements
    IExtensionId<AddressUid>
    IExtensionId
    Inherited Members
    ExtensionIdProvider<AddressUid>.Apply(ActorSystem)
    ExtensionIdProvider<AddressUid>.ExtensionType
    ExtensionIdProvider<AddressUid>.Get(ActorSystem)
    ExtensionIdProvider<AddressUid>.Equals(object)
    ExtensionIdProvider<AddressUid>.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote
    Assembly: Akka.Remote.dll
    Syntax
    public class AddressUidExtension : ExtensionIdProvider<AddressUid>, IExtensionId<AddressUid>, IExtensionId

    Methods

    | Edit this page View Source

    CreateExtension(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
    ExtensionIdProvider<AddressUid>.CreateExtension(ExtendedActorSystem)
    | Edit this page View Source

    Uid(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.

    Implements

    IExtensionId<T>
    IExtensionId

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET