Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 662 Bytes

data_sync_service.md

File metadata and controls

19 lines (12 loc) · 662 Bytes

Data Sync Service

First we want to say sorry in this section, we haven't a good example to you, but we'll also explain to you how to write a data sync service.

Writing Synchronization Service

Create a kotlin file named KotlinSyncService.kt locate in src/main/kotlin/runflow, you can read our explanation in code comments:

KotlinSyncService.kt

Adding To Specification File

After you coding finished, add the following content to plugin-spec.yml:

data-sync-services:
  - service: runflow.KotlinSyncService
    name-bundle-id: Demo Sync Service