Skip to main content

Module reader

Module reader 

Source

Structs§

SqliteCursor
SqliteCursorAcker
SqliteReader
SqliteReaderConfig
SqliteSubscription

Type Aliases§

SqliteCoordinatedAcker
Standalone PartitionLease-fenced acker over the raw SqliteCursor. This alias matches the simple shape used by code paths that wire a coordinator outside of CoordinatedReader::read. The stream-emitted acker after the shared-fetch rewrite is SqliteCoordinatedStreamAcker.
SqliteCoordinatedCursor
SqliteCoordinatedReader
SqliteCoordinatedReaderConfig
SqliteCoordinatedStream
SqliteCoordinatedStreamAcker
Acker carried on every message emitted by SqliteCoordinatedReader.
SqliteCoordinatedSubscription
SqlitePartitionedCursor
SQLite coordinated reader: thin alias over the generic core type.