Interface DurableStateStore<A>

All Known Subinterfaces:
DurableStateStoreBySliceQuery<A>, DurableStateStorePagedPersistenceIdsQuery<A>, DurableStateStoreQuery<A>, DurableStateUpdateStore<A>
All Known Implementing Classes:
PersistenceTestKitDurableStateStore

public interface DurableStateStore<A>
API for reading durable state objects with payload A.

For Scala API see pekko.persistence.state.scaladsl.DurableStateStore.

See also DurableStateUpdateStore