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 payloadA.For Java API see
pekko.persistence.state.javadsl.DurableStateStore.See also
DurableStateUpdateStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.concurrent.Future<GetObjectResult<A>>getObject(java.lang.String persistenceId)
-
-
-
Method Detail
-
getObject
scala.concurrent.Future<GetObjectResult<A>> getObject(java.lang.String persistenceId)
-
-