TinyBase logoTinyBase

Getter methods

This is the collection of getter methods within the WsSynchronizer interface. There are only two getter methods, getStore and getWebSocket.

getStore

The getStore method returns a reference to the underlying Store or MergeableStore that is backing this Persister object.

Read more

getWebSocket

The getWebSocket method returns a reference to the WebSocket being used for synchronization.

Read more