startNewCatchingUpJob

open suspend override fun startNewCatchingUpJob(interval: <Error class: unknown class>, onStartIntervalReached: () -> Unit): <Error class: unknown class>

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.