Class ConnectionPoolCreatedEvent

An event published when a connection pool is created

Hierarchy

Properties

Properties

address: string

The address (host/port pair) of the pool

options: Pick<ConnectionPoolOptions, "maxPoolSize" | "minPoolSize" | "maxConnecting" | "maxIdleTimeMS" | "waitQueueTimeoutMS">

The options used to create this connection pool

time: Date

A timestamp when the event was created

Generated using TypeDoc