DurableStateStore

org.apache.pekko.persistence.state.scaladsl.DurableStateStore

API for reading durable state objects with payload A.

For Java API see pekko.persistence.state.javadsl.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): Future[GetObjectResult[A]]

Attributes

Source
DurableStateStore.scala