akka.persistence.japi

snapshot

package snapshot

Visibility
  1. Public
  2. All

Type Members

  1. class JavaSnapshotStoreSpec extends SnapshotStoreSpec

    JAVA API

    JAVA API

    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 snapshot-store plugin needs some kind of setup or teardown, override the beforeAll or afterAll methods (don't forget to call super in your overriden methods).

    Annotations
    @RunWith()
    See also

    akka.persistence.snapshot.SnapshotStoreSpec

Ungrouped