Search Results for

    Show / Hide Table of Contents

    Class PersistenceQuery

    Inheritance
    object
    PersistenceQuery
    Implements
    IExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Persistence.Query
    Assembly: Akka.Persistence.Query.dll
    Syntax
    public sealed class PersistenceQuery : IExtension

    Constructors

    | Edit this page View Source

    PersistenceQuery(ExtendedActorSystem)

    Declaration
    public PersistenceQuery(ExtendedActorSystem system)
    Parameters
    Type Name Description
    ExtendedActorSystem system

    Properties

    | Edit this page View Source

    Log

    Declaration
    public ILoggingAdapter Log { get; }
    Property Value
    Type Description
    ILoggingAdapter

    Methods

    | Edit this page View Source

    Get(ActorSystem)

    Declaration
    public static PersistenceQuery Get(ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system
    Returns
    Type Description
    PersistenceQuery
    | Edit this page View Source

    GetDefaultConfig<TJournal>()

    Declaration
    public static Config GetDefaultConfig<TJournal>()
    Returns
    Type Description
    Config
    Type Parameters
    Name Description
    TJournal
    | Edit this page View Source

    ReadJournalFor<TJournal>(string)

    Declaration
    public TJournal ReadJournalFor<TJournal>(string readJournalPluginId) where TJournal : IReadJournal
    Parameters
    Type Name Description
    string readJournalPluginId
    Returns
    Type Description
    TJournal
    Type Parameters
    Name Description
    TJournal

    Implements

    IExtension

    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