Constructs a service object.
Service configuration.
Watch network APIs implementation.
Closes any open watches for this watch service.
Create a new watch on the specified data.
https://project-haystack.org/doc/Ops#watchSub https://project-haystack.org/doc/Ops#watchUnsub https://project-haystack.org/doc/Ops#watchPoll
Display name for the watch.
The ids to watch.
Optionalgrid: HGrid<HDict>An optional empty grid to use for the watch.
An opened watch.
Request a poll for all opened watches.
Please note, polls are normally handled automatically so manually calling this is not normally required.
Triggers a manual update of the watches.
This is used to manually update dicts outside of a poll. Providing the dicts are newer and they're being watched, any listeners will receive the update as if they were updated from the server via a watch poll request.
The dicts to update.
A service for using watches.