org.apache.pekko.persistence.state
Members list
Packages
Type members
Classlikes
A durable state store plugin must implement a class that implements this trait. It provides the concrete implementations for the Java and Scala APIs.
A durable state store plugin must implement a class that implements this trait. It provides the concrete implementations for the Java and Scala APIs.
A durable state store plugin plugin must provide implementations for both org.apache.pekko.persistence.state.scaladsl.DurableStateStore and org.apache.pekko.persistence.state.javadsl.DurableStateStore. One of the implementations can delegate to the other.
Attributes
- Source
- DurableStateStoreProvider.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object DurableStateStoreRegistry extends ExtensionId[DurableStateStoreRegistry], ExtensionIdProvider
Persistence extension for queries.
Persistence extension for queries.
Attributes
- Companion
- class
- Source
- DurableStateStoreRegistry.scala
- Supertypes
- Self type
class DurableStateStoreRegistry(system: ExtendedActorSystem) extends Extension
Attributes
- Companion
- object
- Source
- DurableStateStoreRegistry.scala
- Supertypes
In this article