Synchronization methods
This is the collection of synchronization methods within the BroadcastChannelSynchronizer
interface. There are only three synchronization methods, getSynchronizerStats
, startSync
, and stopSync
.
getSynchronizerStats
The getSynchronizerStats
method provides a set of statistics about the Synchronizer
, and is used for debugging purposes.
startSync
The startSync
method is used to start the process of synchronization between this instance and another matching Synchronizer
.
stopSync
The stopSync
method is used to stop the process of synchronization between this instance and another matching Synchronizer
.