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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.concurrent.Future<GetObjectResult<A>>getObject(java.lang.String persistenceId)
 
- 
- 
- 
Method Detail- 
getObjectscala.concurrent.Future<GetObjectResult<A>> getObject(java.lang.String persistenceId) 
 
- 
 
-