Search Results for

    Show / Hide Table of Contents

    Class SqlitePersistence

    TBD

    Inheritance
    Object
    SqlitePersistence
    Implements
    IExtension
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Persistence.Sqlite
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    public class SqlitePersistence : IExtension

    Constructors

    | Improve this Doc View Source

    SqlitePersistence(ExtendedActorSystem)

    TBD

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

    TBD

    Fields

    | Improve this Doc View Source

    DefaultJournalConfig

    Journal-related settings loaded from HOCON configuration.

    Declaration
    public readonly Config DefaultJournalConfig
    Field Value
    Type Description
    Config
    | Improve this Doc View Source

    DefaultSnapshotConfig

    Snapshot store related settings loaded from HOCON configuration.

    Declaration
    public readonly Config DefaultSnapshotConfig
    Field Value
    Type Description
    Config
    | Improve this Doc View Source

    JournalConfigPath

    Declaration
    public const string JournalConfigPath = "akka.persistence.journal.sqlite"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    SnapshotConfigPath

    Declaration
    public const string SnapshotConfigPath = "akka.persistence.snapshot-store.sqlite"
    Field Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    DefaultConfiguration()

    Returns a default configuration for akka persistence SQLite-based journals and snapshot stores.

    Declaration
    public static Config DefaultConfiguration()
    Returns
    Type Description
    Config

    TBD

    | Improve this Doc View Source

    Get(ActorSystem)

    TBD

    Declaration
    public static SqlitePersistence Get(ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system

    TBD

    Returns
    Type Description
    SqlitePersistence

    TBD

    Implements

    IExtension

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • 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