Skip to main content

Module notifications

Module notifications 

Source
Expand description

Commit notifications — reactive awareness of database changes.

Sessions can watch for commits via session.watch() or session.watch_with() to receive filtered CommitNotification events.

Structs§

CommitNotification
Describes a committed transaction’s effects.
CommitStream
An async stream of commit notifications with optional filtering.
WatchBuilder
Builder for creating a filtered CommitStream.