DurableStateStoreRegistry

trait Extension
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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

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

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

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

Source:
DurableStateStoreRegistry.scala