pg-rx-listen API
    Preparing search index...

    Interface IConnectParams

    Parameters for the PgListenConnection.onConnect event.

    interface IConnectParams {
        client: IPoolClient;
        count: number;
    }
    Index

    Properties

    Properties

    client: IPoolClient

    Instance of the client that got connected.

    count: number

    Number of times the connection has been established.