startNewCatchingUpJob
abstract suspend fun startNewCatchingUpJob(interval: <Error class: unknown class> = CATCHING_UP_JOB_INITIAL_THRESHOLD, onStartIntervalReached: () -> Unit)
Start the processing of the catching up job.
Parameters
interval
The delay after just opening the websocket connection. Default is CATCHING_UP_JOB_INITIAL_THRESHOLD.
onStartIntervalReached
The task to be executed when the time reached. Used for marking the status of fetching events as LIVE.