Interface ISnapshotStoreInterceptor
Interface to object which will intercept all action in TestSnapshotStore.
Namespace: Akka.Persistence.TestKit
Assembly: Akka.Persistence.TestKit.dll
Syntax
public interface ISnapshotStoreInterceptor
Methods
| Improve this Doc View SourceInterceptAsync(String, SnapshotSelectionCriteria)
Method will be called for each load, save or delete attempt in TestSnapshotStore.
Declaration
Task InterceptAsync(string persistenceId, SnapshotSelectionCriteria criteria)
Parameters
Type | Name | Description |
---|---|---|
String | persistenceId | |
SnapshotSelectionCriteria | criteria |
Returns
Type | Description |
---|---|
Task |