Package akka.persistence.state.scaladsl
Interface DurableStateStore<A>
-
- All Known Subinterfaces:
DurableStateStoreBySliceQuery<A>
,DurableStateStorePagedPersistenceIdsQuery<A>
,DurableStateStoreQuery<A>
,DurableStateUpdateStore<A>
,DurableStateUpdateWithChangeEventStore<A>
- All Known Implementing Classes:
PersistenceTestKitDurableStateStore
public interface DurableStateStore<A>
API for reading durable state objects with payloadA
.For Java API see
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)
-
-