Packages

package snapshot

Type Members

  1. class JavaSnapshotStoreSpec extends SnapshotStoreSpec

    JAVA API

    JAVA API

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

    In case your snapshot-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).

    See also

    akka.persistence.snapshot.SnapshotStoreSpec

Ungrouped