Package akka.persistence.state.javadsl
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 Scala API see
DurableStateStore.See also
DurableStateUpdateStore 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletionStage<GetObjectResult<A>>getObject(java.lang.String persistenceId) 
 - 
 
- 
- 
Method Detail
- 
getObject
java.util.concurrent.CompletionStage<GetObjectResult<A>> getObject(java.lang.String persistenceId)
 
 - 
 
 -