Interface ITestJournal
TestJournal proxy object interface. Used to simplify communication with TestJournal actor instance.
Namespace: Akka.Persistence.TestKit
Assembly: Akka.Persistence.TestKit.dll
Syntax
public interface ITestJournal
Properties
| Improve this Doc View SourceOnConnect
Declaration
JournalConnectionBehavior OnConnect { get; }
Property Value
Type | Description |
---|---|
JournalConnectionBehavior |
OnRecovery
List of interceptors to alter recovery behavior of proxied journal.
Declaration
JournalRecoveryBehavior OnRecovery { get; }
Property Value
Type | Description |
---|---|
JournalRecoveryBehavior |
OnWrite
List of interceptors to alter write behavior of proxied journal.
Declaration
JournalWriteBehavior OnWrite { get; }
Property Value
Type | Description |
---|---|
JournalWriteBehavior |