akka.persistence

snapshot

package snapshot

Visibility
  1. Public
  2. All

Type Members

  1. trait SnapshotStore extends Actor

    Abstract snapshot store.

  2. trait SnapshotStoreSpec extends PluginSpec

    This spec aims to verify custom akka-persistence SnapshotStore implementations.

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

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

    For a Java and JUnit consumable version of the TCK please refer to akka.persistence.japi.snapshot.JavaSnapshotStoreSpec.

    See also

    akka.persistence.japi.snapshot.JavaSnapshotStoreSpec

Value Members

  1. object SnapshotStoreSpec extends Serializable

  2. package japi

Ungrouped