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 SourceCoordinatorStoreProps()
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]] |
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]] |
Edit this page