package scaladsl
Content Hierarchy
Type Members
-    trait DurableStateStore[A] extends AnyRefAPI for reading durable state objects with payload A.API for reading durable state objects with payload A.For Java API see akka.persistence.state.javadsl.DurableStateStore. See also DurableStateUpdateStore 
-    trait DurableStateUpdateStore[A] extends DurableStateStore[A]API for updating durable state objects. API for updating durable state objects. For Java API see akka.persistence.state.javadsl.DurableStateUpdateStore. 
-    trait DurableStateUpdateWithChangeEventStore[A] extends DurableStateUpdateStore[A]API May Change: API for updating durable state objects and storing additional change event. API May Change: API for updating durable state objects and storing additional change event. For Java API see akka.persistence.state.javadsl.DurableStateUpdateWithChangeEventStore. - Annotations
- @ApiMayChange()
 
-  final case class GetObjectResult[A](value: Option[A], revision: Long) extends Product with Serializable