vertx / io.vertx.kotlin.servicediscovery.types / JDBCDataSource / getJDBCClientAwait

getJDBCClientAwait

suspend fun getJDBCClientAwait(discovery: ServiceDiscovery, filter: JsonObject): JDBCClient

Suspending version of method io.vertx.servicediscovery.types.JDBCDataSource.getJDBCClient

Parameters

discovery - The service discovery instance

filter - The filter, optional

Return

JDBCClient

NOTE: This function has been automatically generated from io.vertx.servicediscovery.types.JDBCDataSource using Vert.x codegen.

suspend fun getJDBCClientAwait(discovery: ServiceDiscovery, filter: (Record) -> Boolean): JDBCClient

Suspending version of method io.vertx.servicediscovery.types.JDBCDataSource.getJDBCClient

Parameters

discovery - The service discovery instance

filter - The filter (must not be null)

Return

JDBCClient

NOTE: This function has been automatically generated from io.vertx.servicediscovery.types.JDBCDataSource using Vert.x codegen.

suspend fun getJDBCClientAwait(discovery: ServiceDiscovery, filter: JsonObject, consumerConfiguration: JsonObject): JDBCClient

Suspending version of method io.vertx.servicediscovery.types.JDBCDataSource.getJDBCClient

Parameters

discovery - The service discovery instance

filter - The filter, optional

consumerConfiguration - the consumer configuration

Return

JDBCClient

NOTE: This function has been automatically generated from io.vertx.servicediscovery.types.JDBCDataSource using Vert.x codegen.

suspend fun getJDBCClientAwait(discovery: ServiceDiscovery, filter: (Record) -> Boolean, consumerConfiguration: JsonObject): JDBCClient

Suspending version of method io.vertx.servicediscovery.types.JDBCDataSource.getJDBCClient

Parameters

discovery - The service discovery instance

filter - The filter, must not be null

consumerConfiguration - the consumer configuration

Return

JDBCClient

NOTE: This function has been automatically generated from io.vertx.servicediscovery.types.JDBCDataSource using Vert.x codegen.