Class ConnectionCreatedEvent

An event published when a connection pool creates a new connection连接池创建新连接时发布的事件

Hierarchy

Properties

address: string

The address (host/port pair) of the pool池的地址(主机/端口对)

connectionId: number | "<monitor>"

A monotonically increasing, per-pool id for the newly created connection新创建的连接的每个池id单调递增

time: Date

A timestamp when the event was created创建事件时的时间戳

Generated using TypeDoc