org.apache.pekko.persistence.state.javadsl

Members list

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 pekko.persistence.state.scaladsl.DurableStateStore.

See also DurableStateUpdateStore

Attributes

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

API for updating durable state objects.

API for updating durable state objects.

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

Attributes

Source
DurableStateUpdateStore.scala
Supertypes
class Object
trait Matchable
class Any
final case class GetObjectResult[A](value: Optional[A], revision: Long)

Attributes

Source
DurableStateStore.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all