Click or drag to resize
Akka.NETBatchingSqliteJournal Properties

The BatchingSqliteJournal type exposes the following members.

Properties
  NameDescription
Protected propertyAllPersistenceIdsSql
SQL query executed as result of GetCurrentPersistenceIds request to journal. It's a part of persistence query protocol.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyByPersistenceIdSql
SQL query executed as result of ReplayMessages request to journal. It's also part of persistence query protocol.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyByTagSql
SQL query executed as result of ReplayTaggedMessages request to journal. It's a part of persistence query protocol.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyDeleteBatchSql
SQL query executed as result of DeleteMessagesTo request to journal.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyHasAllIdsSubscribers
Flag determining if current journal has any subscribers for GetCurrentPersistenceIds and PersistenceIdAdded messages.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyHasPersistenceIdSubscribers
Flag determining if current journal has any subscribers for EventAppended events.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyHasTagSubscribers
Flag determining if current journal has any subscribers for TaggedEventAppended events.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyHighestSequenceNrSql
SQL query executed as result of ReadHighestSequenceNr(String, TCommand) request to journal. Also used under some conditions, when storing metadata upon DeleteMessagesTo request.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyInitializers
TBD
(Overrides BatchingSqlJournalTConnection, TCommandInitializers.)
Protected propertyInsertEventSql
SQL statement executed as result of WriteMessages request to journal.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertySelf
Gets the self ActorRef
(Inherited from ActorBase.)
Protected propertySender
Gets the sending ActorRef of the current message
(Inherited from ActorBase.)
Protected propertySetup
All configurable settings defined for a current batching journal.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Protected propertyUpdateSequenceNrSql
SQL statement executed as result of writing metadata, which is a possible effect of DeleteMessagesTo request.
(Inherited from BatchingSqlJournalTConnection, TCommand.)
Top
See Also