open class JDBCDataSource
NOTE: This class has been automatically generated from the io.vertx.servicediscovery.types.JDBCDataSource non RX-ified interface using Vert.x codegen.
JDBCDataSource(delegate: JDBCDataSource) |
static val __TYPE_ARG: TypeArg<JDBCDataSource> |
open static fun createRecord(name: String, location: JsonObject, metadata: JsonObject): Record |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): JDBCDataSource |
|
open static fun getJDBCClient(discovery: ServiceDiscovery, filter: JsonObject, resultHandler: Handler<AsyncResult<JDBCClient>>): Unitopen static fun getJDBCClient(discovery: ServiceDiscovery, filter: Function<Record, Boolean>, resultHandler: Handler<AsyncResult<JDBCClient>>): Unitopen static fun getJDBCClient(discovery: ServiceDiscovery, filter: JsonObject, consumerConfiguration: JsonObject, resultHandler: Handler<AsyncResult<JDBCClient>>): Unitopen static fun getJDBCClient(discovery: ServiceDiscovery, filter: Function<Record, Boolean>, consumerConfiguration: JsonObject, resultHandler: Handler<AsyncResult<JDBCClient>>): Unit
Convenient method that looks for a JDBC datasource source and provides the configured io.vertx.reactivex.ext.jdbc.JDBCClient. The async result is marked as failed is there are no matching services, or if the lookup fails. |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: JDBCDataSource): JDBCDataSource |
|
open static fun rxGetJDBCClient(discovery: ServiceDiscovery, filter: JsonObject): Single<JDBCClient>open static fun rxGetJDBCClient(discovery: ServiceDiscovery, filter: Function<Record, Boolean>): Single<JDBCClient>open static fun rxGetJDBCClient(discovery: ServiceDiscovery, filter: JsonObject, consumerConfiguration: JsonObject): Single<JDBCClient>open static fun rxGetJDBCClient(discovery: ServiceDiscovery, filter: Function<Record, Boolean>, consumerConfiguration: JsonObject): Single<JDBCClient>
Convenient method that looks for a JDBC datasource source and provides the configured io.vertx.reactivex.ext.jdbc.JDBCClient. The async result is marked as failed is there are no matching services, or if the lookup fails. |
|
open fun toString(): String |