Notification¶
A notification received via PostgreSQL's LISTEN/NOTIFY mechanism. Contains the channel name, payload string, and process ID of the notifying backend.
Subscribe to notifications by executing LISTEN channel_name via
Session.execute(). Unsubscribe with UNLISTEN channel_name or
UNLISTEN * to remove all subscriptions.
Constructors¶
create¶
Parameters¶
Returns¶
- Notification val^