All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jasync.sql.db.pool.PooledObject.kt Maven / Gradle / Ivy

package com.github.jasync.sql.db.pool

interface PooledObject {
    val id: String
    val creationTime: Long
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy