Packages

class DurableStateStoreRegistry extends PersistencePlugin[DurableStateStore[_], DurableStateStore[_], DurableStateStoreProvider] with Extension

Source
DurableStateStoreRegistry.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurableStateStoreRegistry
  2. Extension
  3. PersistencePlugin
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DurableStateStoreRegistry(system: ExtendedActorSystem)

Value Members

  1. final def durableStateStoreFor[T <: DurableStateStore[_]](pluginId: String): T

    Scala API: Returns the akka.persistence.state.scaladsl.DurableStateStore specified by the given configuration entry.

  2. 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.