org.apache.pekko.persistence.japi.snapshot
Members list
Type members
Classlikes
class JavaSnapshotStoreSpec(config: Config) extends SnapshotStoreSpec
JAVA API
JAVA API
This spec aims to verify custom pekko-persistence pekko.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).
Attributes
- See also
- Source
- JavaSnapshotStoreSpec.scala
- Supertypes
-
class SnapshotStoreSpectrait CapabilityFlagstrait OptionalTeststrait MayVerbclass PluginSpectrait BeforeAndAfterEachtrait BeforeAndAfterAlltrait SuiteMixintrait Matcherstrait Explicitlytrait MatcherWordstrait Tolerancetrait AnyWordSpecLiketrait Documentingtrait Alertingtrait Notifyingtrait Informingtrait CanVerbtrait MustVerbtrait ShouldVerbtrait TestRegistrationtrait TestSuitetrait Suitetrait Serializabletrait Assertionstrait TripleEqualstrait TripleEqualsSupporttrait TestKitBaseclass Objecttrait Matchableclass AnyShow all
In this article