subscribeToReads

abstract fun subscribeToReads(context: KlerkContext): SharedFlow<LogEntry>

Subscribes to read events. Note that you must handle the events efficiently as there can be a huge amount of read events in a system.

See also