class DurableStateStoreRegistry extends PersistencePlugin[DurableStateStore[_], DurableStateStore[_], DurableStateStoreProvider] with Extension
- Source
- DurableStateStoreRegistry.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- DurableStateStoreRegistry
- Extension
- PersistencePlugin
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DurableStateStoreRegistry(system: ExtendedActorSystem)
Value Members
- final def durableStateStoreFor[T <: DurableStateStore[_]](pluginId: String): T
Scala API: Returns the akka.persistence.state.scaladsl.DurableStateStore specified by the given configuration entry.
- final def getDurableStateStoreFor[T <: DurableStateStore[_]](clazz: Class[T], pluginId: String): T
Java API: Returns the akka.persistence.state.javadsl.DurableStateStore specified by the given configuration entry.