Packages

package state

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package exception
  2. package javadsl
  3. package scaladsl

Type Members

  1. trait DurableStateStoreProvider extends AnyRef

    A durable state store plugin must implement a class that implements this trait.

    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.

  2. class DurableStateStoreRegistry extends PersistencePlugin[DurableStateStore[_], DurableStateStore[_], DurableStateStoreProvider] with Extension
  3. abstract class DurableStateStoreSpec extends PluginSpec with MayVerb with OptionalTests with DurableStateStoreCapabilityFlags

    This spec aims to verify custom pekko-persistence DurableStateStore implementations.

    This spec aims to verify custom pekko-persistence DurableStateStore implementations. Plugin authors are highly encouraged to include it in their plugin's test suites.

    In case your durable state store plugin needs some kind of setup or teardown, override the beforeAll or afterAll methods (don't forget to call super in your overridden methods).

    For a Java and JUnit consumable version of the TCK please refer to pekko.persistence.japi.state.JavaDurableStateStoreSpec.

    See also

    pekko.persistence.japi.state.JavaDurableStateStoreSpec

Value Members

  1. object DurableStateStoreRegistry extends ExtensionId[DurableStateStoreRegistry] with ExtensionIdProvider

    Persistence extension for queries.

  2. object DurableStateStoreSpec extends Serializable

Ungrouped