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