PgNotification

constructor(channel: String, payload: String?, pid: Int)

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.