| BatchingSqliteJournal Properties |
The BatchingSqliteJournal type exposes the following members.
| Name | Description | |
|---|---|---|
| AllPersistenceIdsSql |
SQL query executed as result of GetCurrentPersistenceIds request to journal.
It's a part of persistence query protocol.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| ByPersistenceIdSql |
SQL query executed as result of ReplayMessages request to journal.
It's also part of persistence query protocol.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| ByTagSql |
SQL query executed as result of ReplayTaggedMessages request to journal.
It's a part of persistence query protocol.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| DeleteBatchSql |
SQL query executed as result of DeleteMessagesTo request to journal.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| HasAllIdsSubscribers |
Flag determining if current journal has any subscribers for GetCurrentPersistenceIds and
PersistenceIdAdded messages.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| HasPersistenceIdSubscribers |
Flag determining if current journal has any subscribers for EventAppended events.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| HasTagSubscribers |
Flag determining if current journal has any subscribers for TaggedEventAppended events.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| HighestSequenceNrSql |
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.) | |
| Initializers |
TBD
(Overrides BatchingSqlJournalTConnection, TCommandInitializers.) | |
| InsertEventSql |
SQL statement executed as result of WriteMessages request to journal.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| Self |
Gets the self ActorRef
(Inherited from ActorBase.) | |
| Sender |
Gets the sending ActorRef of the current message
(Inherited from ActorBase.) | |
| Setup |
All configurable settings defined for a current batching journal.
(Inherited from BatchingSqlJournalTConnection, TCommand.) | |
| UpdateSequenceNrSql |
SQL statement executed as result of writing metadata, which is
a possible effect of DeleteMessagesTo request.
(Inherited from BatchingSqlJournalTConnection, TCommand.) |