Interface ISnapshotStoreBehaviorSetter
Namespace: Akka.Persistence.TestKit
Assembly: Akka.Persistence.TestKit.dll
Syntax
public interface ISnapshotStoreBehaviorSetter
Methods
| Improve this Doc View SourceSetInterceptorAsync(ISnapshotStoreInterceptor)
Declaration
Task SetInterceptorAsync(ISnapshotStoreInterceptor interceptor)
Parameters
Type | Name | Description |
---|---|---|
ISnapshotStoreInterceptor | interceptor |
Returns
Type | Description |
---|---|
Task |