Classes, interfaces and traits

PgChannel

A channel to Postgres that tracks the subscription to a given Postgres channel using the <code>LISTEN/UNLISTEN</code> commands.

When paused the channel discards the messages.

« More »

PgSubscriber

A class for managing subscriptions using <code>LISTEN/UNLISTEN</code> to Postgres channels.

The subscriber manages a single connection to Postgres.

« More »