vertx / io.vertx.kotlin.pgclient / PgConnection / connectAwait

connectAwait

suspend fun connectAwait(vertx: Vertx, options: PgConnectOptions): PgConnection

Suspending version of method io.vertx.pgclient.PgConnection.connect

Parameters

vertx - the vertx instance

options - the connect options

Return

PgConnectionVertxAlias

NOTE: This function has been automatically generated from io.vertx.pgclient.PgConnection using Vert.x codegen.

suspend fun connectAwait(vertx: Vertx): PgConnection

Suspending version of method io.vertx.pgclient.PgConnection.connect

Parameters

vertx -

Return

PgConnectionVertxAlias

NOTE: This function has been automatically generated from io.vertx.pgclient.PgConnection using Vert.x codegen.

suspend fun connectAwait(vertx: Vertx, connectionUri: String): PgConnection

Suspending version of method io.vertx.pgclient.PgConnection.connect

Parameters

vertx -

connectionUri -

Return

PgConnectionVertxAlias

NOTE: This function has been automatically generated from io.vertx.pgclient.PgConnection using Vert.x codegen.