Packages

c

akka.persistence.r2dbc.state

R2dbcDurableStateStoreProvider

class R2dbcDurableStateStoreProvider[A] extends DurableStateStoreProvider

Linear Supertypes
DurableStateStoreProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. R2dbcDurableStateStoreProvider
  2. DurableStateStoreProvider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new R2dbcDurableStateStoreProvider(system: ExtendedActorSystem, config: Config, cfgPath: String)

Value Members

  1. def javadslDurableStateStore(): DurableStateStore[AnyRef]
    Definition Classes
    R2dbcDurableStateStoreProvider → DurableStateStoreProvider
  2. def scaladslDurableStateStore(): DurableStateStore[Any]
    Definition Classes
    R2dbcDurableStateStoreProvider → DurableStateStoreProvider