Events emitted
Event categories
An event always belongs to one of those categories:
-
base
: standard event, can be of type:dataschema
: propagate the new dataschema to clients, after a server datamodel updateadded
: a new entry has been added to specified data type, with specified attributes and valuesremoved
: entry of specified pkey has been removed from specified data typemodified
: entry of specified pkey has been modified. Contains only added, modified, and removed attributes with their new values
-
initsync
: indicate that the event is a part of an initsync sequence, can be of type:init-start
: beginning of an initsync sequence, also contains the current dataschemaadded
: a new entry has been added to specified data type, with specified attributes and values. As the server sends the contents of its cache to initialize clients, entries can only be addedinit-stop
: end of an initsync sequence