package snapshot
- Alphabetic
- Public
- Protected
Type Members
-   final  class NoSnapshotStore extends SnapshotStoreUsed as default snapshot-store in case no other store was configured. Used as default snapshot-store in case no other store was configured. If a akka.persistence.PersistentActor calls the akka.persistence.PersistentActor#saveSnapshot method, and at the same time does not configure a specific snapshot-store to be used *and* no default snapshot-store is available, then the NoSnapshotStorewill be used to signal a snapshot store failure.
-    trait SnapshotStore extends Actor with ActorLoggingAbstract snapshot store. 
-   abstract  class SnapshotStoreSpec extends PluginSpec with MayVerb with OptionalTests with SnapshotStoreCapabilityFlagsThis 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 beforeAllorafterAllmethods (don't forget to callsuperin your overridden methods).For a Java and JUnit consumable version of the TCK please refer to akka.persistence.japi.snapshot.JavaSnapshotStoreSpec. 
Value Members
-  object SnapshotStoreSpec extends Serializable