LiveSourceChangeHandlerImpl
internal class LiveSourceChangeHandlerImpl(processingScope: <Error class: unknown class>) : LiveSourceChangeHandler
Functions
Link copied to clipboard
open suspend override fun scheduleNewCatchingUpJob(interval: <Error class: unknown class>, onEventIntervalGapReached: () -> Unit): <Error class: unknown class>
Schedule a new catching up job that will be cancelled if there was already one pending scheduled. Scheduled to run once with a delay of CATCHING_UP_JOB_EVENT_INTERVAL.
Link copied to clipboard
open suspend override fun startNewCatchingUpJob(interval: <Error class: unknown class>, onStartIntervalReached: () -> Unit): <Error class: unknown class>
Start the processing of the catching up job.