| Method and Description |
|---|
| io.vertx.sqlclient.Pool.connectHandler(Handler<SqlConnection>)
instead use
ClientBuilder.withConnectHandler(Handler) |
| io.vertx.sqlclient.Pool.connectionProvider(Function<Context, Future<SqlConnection>>)
instead use
ClientBuilder.connectingTo(Supplier) |
Copyright © 2024 Eclipse. All rights reserved.