Class ConnectionPoolCreatedEvent

An event published when a connection pool is created

Hierarchy

Constructors

Properties

Constructors

Properties

address: string

The address (host/port pair) of the pool

options: Omit<ConnectionPoolOptions, "credentials"> & {
    credentials?: Record<never, never>;
}

The options used to create this connection pool

Type declaration

  • Optional credentials?: Record<never, never>
time: Date

A timestamp when the event was created

Generated using TypeDoc