Synclets logoSynclets

Creation methods

getCreateDataConnector

The getCreateDataConnector method can optionally be implemented to provide a data connector for the Synclet. Read more.

getCreateMetaConnector

The getCreateMetaConnector method can optionally be implemented to provide a meta connector for the Synclet. Read more.

getCreateTransport

The getCreateTransport method can optionally be implemented to provide a transport or array of transports for the Synclet. Read more.

getCreateImplementations

The getCreateImplementations method can optionally be implemented to provide custom implementations for Synclet lifecycle hooks, conflict resolution, and other behaviors. Read more.

getCreateOptions

The getCreateOptions method can optionally be implemented to provide additional options for the Synclet, such as logging configuration. Read more.