package snapshot
Type Members
- 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
orafterAll
methods (don't forget to callsuper
in your overridden methods).