PgNotification
Represents a notification received from a PostgreSQL NOTIFY command.
Parameters
channel
Name of the channel the notification was sent to.
payload
Optional payload string sent with the notification. null if no payload was provided.
pid
Process ID of the PostgreSQL backend that sent the notification.