Package | Description |
---|---|
io.vertx.rxjava3.pgclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<PgPool> |
PgPool.__TYPE_ARG
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PgPool |
PgPool.connectHandler(Handler<SqlConnection> handler)
Deprecated.
|
PgPool |
PgPool.connectionProvider(java.util.function.Function<Context,Single<SqlConnection>> provider)
Deprecated.
|
static PgPool |
PgPool.newInstance(PgPool arg)
Deprecated.
|
static PgPool |
PgPool.pool()
Deprecated.
Like
pool() with a default poolOptions . |
static PgPool |
PgPool.pool(List<PgConnectOptions> databases,
PoolOptions poolOptions)
Deprecated.
Create a connection pool to the PostgreSQL
databases with round-robin selection. |
static PgPool |
PgPool.pool(PgConnectOptions database,
PoolOptions options)
Deprecated.
Create a connection pool to the PostgreSQL
database configured with the given options . |
static PgPool |
PgPool.pool(PoolOptions options)
Deprecated.
Like
pool() with connectOptions build from the environment variables. |
static PgPool |
PgPool.pool(String connectionUri)
Deprecated.
Like
pool() with a default poolOptions . |
static PgPool |
PgPool.pool(String connectionUri,
PoolOptions options)
Deprecated.
|
static PgPool |
PgPool.pool(java.util.function.Supplier<Future<PgConnectOptions>> databases,
PoolOptions poolOptions)
Deprecated.
Create a connection pool to the PostgreSQL
databases . |
static PgPool |
PgPool.pool(Vertx vertx,
List<PgConnectOptions> databases,
PoolOptions poolOptions)
Deprecated.
Like
pool() with a specific instance. |
static PgPool |
PgPool.pool(Vertx vertx,
PgConnectOptions database,
PoolOptions options)
Deprecated.
Like
pool() with a specific instance. |
static PgPool |
PgPool.pool(Vertx vertx,
PoolOptions options)
Deprecated.
Like
pool() with the database retrieved from the environment variables. |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri)
Deprecated.
Like
pool() with default options. |
static PgPool |
PgPool.pool(Vertx vertx,
String connectionUri,
PoolOptions poolOptions)
Deprecated.
|
static PgPool |
PgPool.pool(Vertx vertx,
java.util.function.Supplier<Future<PgConnectOptions>> databases,
PoolOptions poolOptions)
Deprecated.
Like
pool() with a specific instance. |
Copyright © 2025 Eclipse. All rights reserved.