org.apache.pekko.persistence.state

Members list

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 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
Supertypes
class Object
trait Matchable
class Any

Persistence extension for queries.

Persistence extension for queries.

Attributes

Companion
class
Source
DurableStateStoreRegistry.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
DurableStateStoreRegistry.scala
Supertypes
trait Extension
class Object
trait Matchable
class Any