akka.persistence.state

Type members

Classlikes

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 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 akka.persistence.state.scaladsl.DurableStateStore and akka.persistence.state.javadsl.DurableStateStore. One of the implementations can delegate to the other.

Source:
DurableStateStoreProvider.scala

Persistence extension for queries.

Persistence extension for queries.

Companion:
class
Source:
DurableStateStoreRegistry.scala