start

actual fun start()(source)
actual fun start(resetCheckpoint: Boolean)(source)
expect fun start()(source)

Start the replicator.


expect fun start(resetCheckpoint: Boolean)(source)

Start the replicator.

This method does not wait for the replicator to start. The replicator runs asynchronously and reports its progress through replicator change notifications.

Note: Replicators cannot be started from within a Database.inBatch() block.

actual fun start()(source)
actual fun start(resetCheckpoint: Boolean)(source)
actual fun start()(source)
actual fun start(resetCheckpoint: Boolean)(source)