Click or drag to resize
Akka.NETBatchingSqlJournalTConnection, TCommand Fields

The BatchingSqlJournalTConnection, TCommand generic type exposes the following members.

Fields
  NameDescription
Protected fieldBuffer
Buffer for requests that are waiting to be served when next DB connection will be released. This object access is NOT thread safe.
Protected fieldCanPublish
Flag determining if incoming journal requests should be published in current actor system event stream. Useful mostly for tests.
Protected fieldStatic memberIsDeletedIndex
Default index of IsDeleted column get from ByPersistenceIdSql query.
Protected fieldLog
Logging adapter for current journal actor .
Protected fieldStatic memberManifestIndex
Default index of Manifest column get from ByPersistenceIdSql query.
Protected fieldStatic memberOrderingIndex
Default index of tags column get from ByTagSql query.
Protected fieldStatic memberPayloadIndex
Default index of Payload column get from ByPersistenceIdSql query.
Protected fieldStatic memberPersistenceIdIndex
Default index of PersistenceId column get from ByPersistenceIdSql query.
Protected fieldStatic memberSequenceNrIndex
Default index of SequenceNr column get from ByPersistenceIdSql query.
Top
See Also