# PgPubSub.(constructor) · @imqueue/pg-pubsub

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

Constructs a new instance of the `PgPubSub` class

**Signature:**

```typescript
constructor(options: Partial<PgPubSubOptions>, 
    logger?: AnyLogger);
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| options | Partial<[PgPubSubOptions](https://imqueue.org/api/pg-pubsub/latest/pg-pubsub.pgpubsuboptions/)> | options |
| logger | [AnyLogger](https://imqueue.org/api/pg-pubsub/latest/pg-pubsub.anylogger/) | _(Optional)_ logger |

