akka.persistence.state.javadsl

Type members

Classlikes

API for reading durable state objects with payload A.

API for reading durable state objects with payload A.

For Scala API see akka.persistence.state.scaladsl.DurableStateStore.

See also DurableStateUpdateStore

Source:
DurableStateStore.scala

API for updating durable state objects.

API for updating durable state objects.

For Scala API see akka.persistence.state.scaladsl.DurableStateUpdateStore.

Source:
DurableStateUpdateStore.scala
final case class GetObjectResult[A](value: Optional[A], revision: Long)