Interface ITestSnapshotStore
Assembly: Akka.Persistence.TestKit.dll
Syntax
public interface ITestSnapshotStore
Properties
|
Improve this Doc
View Source
OnConnect
Declaration
SnapshotStoreConnectionBehavior OnConnect { get; }
Property Value
|
Improve this Doc
View Source
OnDelete
Declaration
SnapshotStoreDeleteBehavior OnDelete { get; }
Property Value
|
Improve this Doc
View Source
OnLoad
Declaration
SnapshotStoreLoadBehavior OnLoad { get; }
Property Value
|
Improve this Doc
View Source
OnSave
Declaration
SnapshotStoreSaveBehavior OnSave { get; }
Property Value
Extension Methods