tableUpdateNotifications property

Stream<NotifyTablesUpdated> tableUpdateNotifications

A stream of table update notifications sent from clients to this server.

This only includes notifications sent from clients, not those dispatched via dispatchTableUpdateNotification or by sending updates to the stream query store of the underlying connection.

Implementation

Stream<NotifyTablesUpdated> get tableUpdateNotifications;