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 Objecttrait Matchableclass Any
- Known subtypes
-
trait DurableStateUpdateStore[A]
trait DurableStateUpdateStore[A] extends DurableStateStore[A]
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
Attributes
- Source
- DurableStateStore.scala
- Supertypes
In this article