Notification
Represents a notification received from a PostgreSQL listen/notify channel.
A Notification
object contains details about a notification event that has been listened to via the PostgreSQL listen/notify mechanism. It holds the associated channel and the actual value of the notification payload.