Packages

t

akka.persistence.state.javadsl

DurableStateStore

trait DurableStateStore[A] extends AnyRef

API for reading durable state objects with payload A.

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

See also DurableStateUpdateStore

Source
DurableStateStore.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurableStateStore
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def getObject(persistenceId: String): CompletionStage[GetObjectResult[A]]