Search Results for

    Show / Hide Table of Contents

    Class SqliteJournal

    TBD

    Inheritance
    Object
    ActorBase
    WriteJournalBase
    AsyncWriteJournal
    SqlJournal
    SqliteJournal
    Implements
    IInternalActor
    IAsyncRecovery
    IWithUnboundedStash
    IWithUnrestrictedStash
    IActorStash
    IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>
    Inherited Members
    SqlJournal.Settings
    SqlJournal.Stash
    SqlJournal.Log
    SqlJournal.ReceivePluginInternal(Object)
    SqlJournal.WriteMessagesAsync(IEnumerable<AtomicWrite>)
    SqlJournal.ReplayTaggedMessagesAsync(ReplayTaggedMessages)
    SqlJournal.ReplayAllEventsAsync(ReplayAllEvents)
    SqlJournal.SelectAllPersistenceIdsAsync(Int64)
    SqlJournal.ReplayMessagesAsync(IActorContext, String, Int64, Int64, Int64, Action<IPersistentRepresentation>)
    SqlJournal.WaitingForInitialization(Object)
    SqlJournal.CreateDbConnection()
    SqlJournal.DeleteMessagesToAsync(String, Int64)
    SqlJournal.ReadHighestSequenceNrAsync(String, Int64)
    SqlJournal.GetConnectionString()
    SqlJournal.GetTimestampProvider(String)
    AsyncWriteJournal.CanPublish
    AsyncWriteJournal.Receive(Object)
    AsyncWriteJournal.ReceiveWriteJournal(Object)
    AsyncWriteJournal.TryUnwrapException(Exception)
    WriteJournalBase.PreparePersistentBatch(IEnumerable<IPersistentEnvelope>)
    WriteJournalBase.AdaptToJournal(IPersistentRepresentation)
    ActorBase.Sender
    ActorBase.Self
    ActorBase.IInternalActor.ActorContext
    ActorBase.Context
    ActorBase.AroundReceive(Receive, Object)
    ActorBase.EmptyReceive
    ActorBase.Unhandled(Object)
    ActorBase.Become(Receive)
    ActorBase.BecomeStacked(Receive)
    ActorBase.UnbecomeStacked()
    ActorBase.SetReceiveTimeout(Nullable<TimeSpan>)
    ActorBase.AroundPreRestart(Exception, Object)
    ActorBase.AroundPreStart()
    ActorBase.AroundPostRestart(Exception, Object)
    ActorBase.PreRestart(Exception, Object)
    ActorBase.PostRestart(Exception)
    ActorBase.AroundPostStop()
    ActorBase.SupervisorStrategy()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Persistence.Sqlite.Journal
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    public class SqliteJournal : SqlJournal, IInternalActor, IAsyncRecovery, IWithUnboundedStash, IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>

    Constructors

    | Improve this Doc View Source

    SqliteJournal(Config)

    TBD

    Declaration
    public SqliteJournal(Config journalConfig)
    Parameters
    Type Name Description
    Config journalConfig

    TBD

    Fields

    | Improve this Doc View Source

    Extension

    TBD

    Declaration
    public static readonly SqlitePersistence Extension
    Field Value
    Type Description
    SqlitePersistence

    Properties

    | Improve this Doc View Source

    JournalConfigPath

    TBD

    Declaration
    protected override string JournalConfigPath { get; }
    Property Value
    Type Description
    String
    Overrides
    SqlJournal.JournalConfigPath
    | Improve this Doc View Source

    QueryExecutor

    TBD

    Declaration
    public override IJournalQueryExecutor QueryExecutor { get; }
    Property Value
    Type Description
    IJournalQueryExecutor
    Overrides
    SqlJournal.QueryExecutor

    Methods

    | Improve this Doc View Source

    CreateDbConnection(String)

    TBD

    Declaration
    protected override DbConnection CreateDbConnection(string connectionString)
    Parameters
    Type Name Description
    String connectionString

    TBD

    Returns
    Type Description
    DbConnection

    TBD

    Overrides
    SqlJournal.CreateDbConnection(String)
    | Improve this Doc View Source

    PostStop()

    TBD

    Declaration
    protected override void PostStop()
    Overrides
    SqlJournal.PostStop()
    | Improve this Doc View Source

    PreStart()

    TBD

    Declaration
    protected override void PreStart()
    Overrides
    SqlJournal.PreStart()

    Implements

    IInternalActor
    IAsyncRecovery
    IWithUnboundedStash
    IWithUnrestrictedStash
    IActorStash
    IRequiresMessageQueue<T>

    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