# PgPubSub.channels property · @imqueue/pg-pubsub

Source: https://imqueue.org/api/pg-pubsub/latest/pg-pubsub.pgpubsub.channels/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-pubsub 3.0.5 — generated reference, not hand-written

Per-channel event emitter. Listening here scopes a handler to one channel, where the instance's own `'message'` event fires for every channel — which is usually what you want when a process listens to several.

**Signature:**

```typescript
readonly channels: PgChannelEmitter;
```

