Search Results for

    Show / Hide Table of Contents

    Interface IReadJournalProvider

    A query plugin must implement a class that implements this interface. A read journal plugin must provide implementations for IReadJournal.

    Namespace: Akka.Persistence.Query
    Assembly: Akka.Persistence.Query.dll
    Syntax
    public interface IReadJournalProvider

    Methods

    | Edit this page View Source

    GetReadJournal()

    This corresponds to the instance that is returned by ReadJournalFor<TJournal>(string)

    Declaration
    IReadJournal GetReadJournal()
    Returns
    Type Description
    IReadJournal

    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