PGChannelListener TODO
Bases: object
A Listener for Postgres LISTEN/NOTIFY channels using gevent.
For each channel there will be one :class:PGChannelListener instance that fans notifications out to the subscribed :class:Queue}
Create a Listener for a channel_name and pass the notifications to q result Queue.
Parameters: |
|
---|---|
Returns: | – PGChannelListener instance |