SlowSyncManager

internal interface SlowSyncManager

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun performSyncFlow(): <Error class: unknown class><SlowSyncStatus>

While collected, observes the Sync Criteria, performing the necessary Slow Sync steps, migrations, etc. Emits the current SlowSyncStatus as it progresses. In case of failure, will retry as needed. Does not end.

Link copied to clipboard
abstract fun resetRetryBackoff()

Resets the accumulated retry backoff without interrupting an ongoing sync attempt.