Interface RememberEntitiesProvider


public interface RememberEntitiesProvider
INTERNAL API

Created once for the shard guardian

  • Method Summary

    Modifier and Type
    Method
    Description
    Called once per started shard coordinator to create the remember entities coordinator store.
    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

      Props shardStoreProps(String shardId)
      Called once per started shard to create the remember entities shard store
      Returns:
      an actor that handles the protocol defined in RememberEntitiesShardStore