Interface PgPoolCreator.Input

Enclosing interface:
PgPoolCreator

public static interface PgPoolCreator.Input
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.vertx.pgclient.PgConnectOptions>
     
    io.vertx.sqlclient.PoolOptions
     
    io.vertx.core.Vertx
     
  • Method Details

    • vertx

      io.vertx.core.Vertx vertx()
    • poolOptions

      io.vertx.sqlclient.PoolOptions poolOptions()
    • pgConnectOptionsList

      List<io.vertx.pgclient.PgConnectOptions> pgConnectOptionsList()