C# (CSharp) Akka.Persistence.Sql.Common.Journal Пространство имен

Классы

Имя Описание
DefaultJournalQueryMapper Default implementation of IJournalQueryMapper used for mapping data returned from ADO.NET data readers back to IPersistentRepresentation messages.
DefaultTimestampProvider Default implementation of timestamp provider. Returns DateTime.UtcNow for any message.
JournalDbEngine Class used to abstract SQL persistence capabilities for concrete implementation of actor journal.
JournalEntry Class used for storing intermediate result of the IPersistentRepresentation in form which is ready to be stored directly in the SQL table.
SqlJournal