-
Notifications
You must be signed in to change notification settings - Fork 659
API: Events stream #491
Copy link
Copy link
Closed
Labels
Description
The API should provide a way to watch for changes.
There are various solutions to do that:
- A single event bus, similar to the engine (
Events()RPC) - A per-type watch (e.g.
WatchTasks(),WatchServices(), ...) - Blocking get with sequencer. (e.g.
GetService()thenGetService(IfModified: lastServiceVersion)
Reactions are currently unavailable