Sync Job Impl
Functions
Link copied to clipboard
Link copied to clipboard
open override fun <W : FhirSyncWorker> poll(periodicSyncConfiguration: PeriodicSyncConfiguration, clazz: Class<W>): <ERROR CLASS><State>
Content copied to clipboard
Periodically sync the data with given configuration for given worker class
Link copied to clipboard
open suspend override fun run(fhirEngine: FhirEngine, downloadManager: DownloadWorkManager, subscribeTo: <ERROR CLASS><State>?): Result
Content copied to clipboard
Run fhir synchronizer immediately with default sync params configured on initialization and subscribe to given flow
Link copied to clipboard