class SyncPlugin : Plugin
Plugin responsible for applying synchronization rules.
SyncPlugin(rulesMap: Map<String, Any>? = null, options: Map<String, Any> = HashMap())
Constructor for the SyncPlugin. |
var options: Map<String, Any>
A map with options to configure the plugin. |
var owner: Ripe?
The Ripe instance that is using this plugin. |
fun register(owner: Ripe): Unit
The Sync Plugin binds the post_config and part events, in order to: |
|
fun unregister(): Unit
The unregister to be called (by the owner)the plugins unbinds events and executes any necessary cleanup operation. |