Class TestJournal.UseWriteInterceptor
Inherited Members
Namespace: Akka.Persistence.TestKit
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class TestJournal.UseWriteInterceptor
Constructors
| Edit this page View SourceUseWriteInterceptor(IJournalInterceptor)
Declaration
public UseWriteInterceptor(IJournalInterceptor interceptor)
Parameters
| Type | Name | Description |
|---|---|---|
| IJournalInterceptor | interceptor |
Properties
| Edit this page View SourceInterceptor
Declaration
public IJournalInterceptor Interceptor { get; }
Property Value
| Type | Description |
|---|---|
| IJournalInterceptor |
Edit this page