| BatchingSqlJournalTConnection, TCommand Fields |
The BatchingSqlJournalTConnection, TCommand generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Buffer |
Buffer for requests that are waiting to be served when next DB connection will be released.
This object access is NOT thread safe.
| |
| CanPublish |
Flag determining if incoming journal requests should be published in current actor system event stream.
Useful mostly for tests.
| |
| IsDeletedIndex |
Default index of IsDeleted
column get from ByPersistenceIdSql query.
| |
| Log |
Logging adapter for current journal actor .
| |
| ManifestIndex |
Default index of Manifest
column get from ByPersistenceIdSql query.
| |
| OrderingIndex |
Default index of tags column get from ByTagSql query.
| |
| PayloadIndex |
Default index of Payload
column get from ByPersistenceIdSql query.
| |
| PersistenceIdIndex |
Default index of PersistenceId
column get from ByPersistenceIdSql query.
| |
| SequenceNrIndex |
Default index of SequenceNr
column get from ByPersistenceIdSql query.
|