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