R2dbcDurableStateStoreProvider

akka.persistence.r2dbc.state.R2dbcDurableStateStoreProvider
class R2dbcDurableStateStoreProvider[A](system: ExtendedActorSystem, config: Config, cfgPath: String) extends DurableStateStoreProvider

Attributes

Graph
Supertypes
trait DurableStateStoreProvider
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def javadslDurableStateStore(): DurableStateStore[AnyRef]

The DurableStateStore implementation for the Java API. This corresponds to the instance that is returned by DurableStateStoreRegistry#getDurableStateStoreFor.

The DurableStateStore implementation for the Java API. This corresponds to the instance that is returned by DurableStateStoreRegistry#getDurableStateStoreFor.

Attributes

Definition Classes
DurableStateStoreProvider
override def scaladslDurableStateStore(): DurableStateStore[Any]

The DurableStateStore implementation for the Scala API. This corresponds to the instance that is returned by DurableStateStoreRegistry#durableStateStoreFor.

The DurableStateStore implementation for the Scala API. This corresponds to the instance that is returned by DurableStateStoreRegistry#durableStateStoreFor.

Attributes

Definition Classes
DurableStateStoreProvider