Package akka.persistence.state.scaladsl
-
Interface Summary Interface Description DurableStateStore<A> API for reading durable state objects with payloadA
.DurableStateUpdateStore<A> API for updating durable state objects.DurableStateUpdateWithChangeEventStore<A> API May Change: API for updating durable state objects and storing additional change event. -
Class Summary Class Description GetObjectResult<A> GetObjectResult$