Server
this.removed(collection, id)
Call inside the publish function. Informs the subscriber that a document has been removed from the record set.
Arguments
- collection String
-
The name of the collection that the document has been removed from.
- id String
-
The ID of the document that has been removed.
Please login to continue.