Interface RememberEntitiesProvider
public interface RememberEntitiesProvider
INTERNAL API
Created once for the shard guardian
-
Method Summary
Modifier and TypeMethodDescriptionCalled once per started shard coordinator to create the remember entities coordinator store.shardStoreProps(String shardId) Called once per started shard to create the remember entities shard store
-
Method Details
-
coordinatorStoreProps
Props 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.
- Returns:
- an actor that handles the protocol defined in
RememberEntitiesCoordinatorStore
-
shardStoreProps
Called once per started shard to create the remember entities shard store- Returns:
- an actor that handles the protocol defined in
RememberEntitiesShardStore
-