Type alias PgNotifyOptions

PgNotifyOptions: { connection: ConnectionConfig; logger?: LoggerService; strategy?: PgNotifyConnectionStrategy }

Type declaration

  • connection: ConnectionConfig

    Corresponds to the "pg" library's connection config

  • Optional logger?: LoggerService

    Overrides default logger

  • Optional strategy?: PgNotifyConnectionStrategy

    Contains retry-strategy config passing the data to the "pg-listen" library

Generated using TypeDoc