diff --git a/README.md b/README.md index fc79ea5..90d396e 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,9 @@ Connects to the database and runs migrations #### rdf.startNotifications(): Promise<void> Starts polling the database for notifications +#### rdf.stopNotifications(): Promise<void> +Stops polling the database for notifications, and waits for any inflight notifications to complete. + #### rdf.stop(): Promise<void> Stops polling for notifications then disconnects from the database