Search Results for

    Show / Hide Table of Contents

    Interface IRememberEntitiesProvider

    Created once for the shard guardian

    Namespace: Akka.Cluster.Sharding.Internal
    Assembly: Akka.Cluster.Sharding.dll
    Syntax
    public interface IRememberEntitiesProvider

    Methods

    | Edit this page View Source

    CoordinatorStoreProps()

    Called once per started shard coordinator to create the remember entities coordinator store.

    Note that this is not used for the deprecated persistent coordinator which has its own impl for keeping track of remembered shards.

    Declaration
    Props CoordinatorStoreProps()
    Returns
    Type Description
    Props

    an actor that handles the protocol defined in [[RememberEntitiesCoordinatorStore]]

    | Edit this page View Source

    ShardStoreProps(string)

    Called once per started shard to create the remember entities shard store

    Declaration
    Props ShardStoreProps(string shardId)
    Parameters
    Type Name Description
    string shardId
    Returns
    Type Description
    Props

    an actor that handles the protocol defined in [[RememberEntitiesShardStore]]

    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