| BatchingSqlJournalTConnection, TCommand Properties |
The BatchingSqlJournalTConnection, TCommand generic 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.
| |
| ByPersistenceIdSql |
SQL query executed as result of ReplayMessages request to journal.
It's also part of persistence query protocol.
| |
| ByTagSql |
SQL query executed as result of ReplayTaggedMessages request to journal.
It's a part of persistence query protocol.
| |
| DeleteBatchSql |
SQL query executed as result of DeleteMessagesTo request to journal.
| |
| HasAllIdsSubscribers |
Flag determining if current journal has any subscribers for GetCurrentPersistenceIds and
PersistenceIdAdded messages.
| |
| HasPersistenceIdSubscribers |
Flag determining if current journal has any subscribers for EventAppended events.
| |
| HasTagSubscribers |
Flag determining if current journal has any subscribers for TaggedEventAppended events.
| |
| HighestSequenceNrSql |
SQL query executed as result of ReadHighestSequenceNr(String, TCommand) request to journal.
Also used under some conditions, when storing metadata upon DeleteMessagesTo request.
| |
| Initializers |
A named collection of SQL statements to be executed once journal actor gets initialized
and the AutoInitialize flag is set.
| |
| InsertEventSql |
SQL statement executed as result of WriteMessages request to journal.
| |
| 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.
| |
| UpdateSequenceNrSql |
SQL statement executed as result of writing metadata, which is
a possible effect of DeleteMessagesTo request.
|