Interface PoolConnectionWaitEvent

interface PoolConnectionWaitEvent {
    clientId: string;
    waitStartTimestamp: number;
}

Properties

clientId: string
waitStartTimestamp: number

Generated using TypeDoc