EventDAOImpl
class EventDAOImpl(eventsQueries: EventsQueries, readDispatcher: ReadDispatcher, writeDispatcher: WriteDispatcher) : EventDAO
Constructors
Link copied to clipboard
constructor(eventsQueries: EventsQueries, readDispatcher: ReadDispatcher, writeDispatcher: WriteDispatcher)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun observeEvents(fromIdExclusive: Long): <Error class: unknown class><List<EventEntity>>
Link copied to clipboard
open override fun observeUnprocessedEvents(limit: Long): <Error class: unknown class><List<EventEntity>>
Link copied to clipboard