DurableStateStore

org.apache.pekko.persistence.state.javadsl.DurableStateStore

API for reading durable state objects with payload A.

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

See also DurableStateUpdateStore

Attributes

Source
DurableStateStore.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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

Attributes

Source
DurableStateStore.scala