Document Events
CreateDocumentEvent
Published when the DocumentApi insert
or the insertMany
Route is called.
DeleteDocumentEvent
Published when the DocumentApi delete
or the deleteMany
Route is called.
UpdateDocumentEvent
Published when the DocumentApi update
, updateDocumentPartial
or the updateMany
Route is called.