Skip to content

Listener

Bases: Protocol

Protocol for LISTEN/NOTIFY callbacks.

A listener receives the fassung.connection.Connection that triggered the notification, the backend process ID, the channel name, and the parsed payload. It may be synchronous or asynchronous.