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