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 Java API see pekko.persistence.state.javadsl.DurableStateStore.

See also DurableStateUpdateStore

  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Future<GetObjectResult<A>>
    getObject(String persistenceId)