Interface IRememberEntitiesProvider
Created once for the shard guardian
Namespace: Akka.Cluster.Sharding.Internal
Assembly: Akka.Cluster.Sharding.dll
Syntax
public interface IRememberEntitiesProvider
Methods
| Improve this Doc 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]] |