You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to provide event records to subscribers, we must convert the
accumulated events of the form (table, objref, time) into event records.
The process of doing this is simple for objects in the database. The
only difference is that deletion events do not provide a snapshot (as
the object has been deleted). To avoid repeating ourselves, we define an
"events_of" function that accumulates event records. The function takes
an argument that specifies whether an attempt to provide a snapshot
should be performed.
The reification of events associated with messages - which are not
stored in the database - is untouched. This relies on a callback
instated elsewhere.
Signed-off-by: Colin James <[email protected]>
0 commit comments