From bafd07185893d334cf5454312b02eb010d4248df Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:06:53 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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