DurableStateStoreRegistry

org.apache.pekko.persistence.state.DurableStateStoreRegistry
See theDurableStateStoreRegistry companion object

Attributes

Companion
object
Source
DurableStateStoreRegistry.scala
Graph
Supertypes
trait Extension
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

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

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

Attributes

Source
DurableStateStoreRegistry.scala
final def getDurableStateStoreFor[T <: DurableStateStore[_]](clazz: Class[T], pluginId: String): T

Java API: Returns the pekko.persistence.state.javadsl.DurableStateStore specified by the given configuration entry.

Java API: Returns the pekko.persistence.state.javadsl.DurableStateStore specified by the given configuration entry.

Attributes

Source
DurableStateStoreRegistry.scala