package state
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
-    trait DurableStateStoreProvider extends AnyRefA durable state store plugin must implement a class that implements this trait. 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 akka.persistence.state.scaladsl.DurableStateStoreandakka.persistence.state.javadsl.DurableStateStore. One of the implementations can delegate to the other.
-  class DurableStateStoreRegistry extends PersistencePlugin[DurableStateStore[_], DurableStateStore[_], DurableStateStoreProvider] with Extension
Value Members
-    object DurableStateStoreRegistry extends ExtensionId[DurableStateStoreRegistry] with ExtensionIdProviderPersistence extension for queries.