Constructs a service object.
Service configuration.
Watch network APIs implementation.
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.
Optional
grid: HGridAn optional empty grid to use for the watch.
An opened watch.
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.