vertx / io.vertx.ext.jdbc.spi / DataSourceProvider

DataSourceProvider

interface DataSourceProvider

Author
Nick Scavelli

Functions

close

abstract fun close(dataSource: DataSource): Unit

getDataSource

abstract fun getDataSource(config: JsonObject): DataSource

maximumPoolSize

abstract fun maximumPoolSize(dataSource: DataSource, config: JsonObject): Int