DurableStateStoreProvider

org.apache.pekko.persistence.state.DurableStateStoreProvider

A durable state store plugin must implement a class that implements this trait. It provides the concrete implementations for the Java and Scala APIs.

A durable state store plugin plugin must provide implementations for both org.apache.pekko.persistence.state.scaladsl.DurableStateStore and org.apache.pekko.persistence.state.javadsl.DurableStateStore. One of the implementations can delegate to the other.

Attributes

Source
DurableStateStoreProvider.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

Source
DurableStateStoreProvider.scala

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

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

Attributes

Source
DurableStateStoreProvider.scala