Home Reference Source Repository
import SocketUpdater from 'rodan-client/js/Updater/SocketUpdater.js'
public class | source

SocketUpdater

Extends:

AbstractUpdater → SocketUpdater

Updater that uses sockets to trigger collection updates.

Constructor Summary

Public Constructor
public

Constructor.

Inherited Summary

From class AbstractUpdater
public

clear()

Clears registered collections.

public

setCollections(collections: [BaseCollection])

Sets the collections that are to be updated.

public

update()

Updates registered collections.

Public Constructors

public constructor source

Constructor.