Class ConnectionCheckedOutEvent

An event published when a connection is checked out of the connection pool

Hierarchy (view full)

Properties

address: string

The address (host/port pair) of the pool

connectionId: number | "<monitor>"

The id of the connection

durationMS: number

The time it took to check out the connection. More specifically, the time elapsed between emitting a ConnectionCheckOutStartedEvent and emitting this event as part of the same checking out.

time: Date

A timestamp when the event was created