ConnectionPoolEntry

class ConnectionPoolEntry(val connection: Connection, val timeLastUsed: Instant)

Constructors

Link copied to clipboard
constructor(connection: Connection, timeLastUsed: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
val timeLastUsed: Instant