Synclets logoSynclets

Lifecycle methods

destroy

The destroy method tears down the synclet and releases owned resources. Read more.

isStarted

The isStarted method reports whether the synclet is currently running. Read more.

start

The start method initializes connectors and begins processing. Read more.

stop

The stop method halts connector activity without destroying state. Read more.