Search Results for

    Show / Hide Table of Contents

    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

    | Edit this page View Source

    OnConnect

    Declaration
    JournalConnectionBehavior OnConnect { get; }
    Property Value
    Type Description
    JournalConnectionBehavior
    | Edit this page View Source

    OnRecovery

    List of interceptors to alter recovery behavior of proxied journal.

    Declaration
    JournalRecoveryBehavior OnRecovery { get; }
    Property Value
    Type Description
    JournalRecoveryBehavior
    | Edit this page View Source

    OnWrite

    List of interceptors to alter write behavior of proxied journal.

    Declaration
    JournalWriteBehavior OnWrite { get; }
    Property Value
    Type Description
    JournalWriteBehavior

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET