Class SnapshotStoreSaveSnapshotSpec
This spec aims to verify custom SnapshotStore SaveSnapshot
implementations.
This is an optional spec that checks if SaveSnapshot
supports:
- Saving snapshots with the same sequence number (upsert operation)
- Saving snapshots concurrently and be able to save them in correct order
Inherited Members
TestKitBase.ExpectMsg<T>(Func<T, IActorRef, Boolean>, Nullable<TimeSpan>, String, CancellationToken)
TestKitBase.ExpectMsgAsync<T>(T, Func<T, T, Boolean>, Nullable<TimeSpan>, String, CancellationToken)
Namespace: Akka.Persistence.TCK.Snapshot
Assembly: Akka.Persistence.TCK.dll
Syntax
public class SnapshotStoreSaveSnapshotSpec : PluginSpec, IActorRefFactory, IDisposable