Interface MySQLPoolCreator.Input

Enclosing interface:
MySQLPoolCreator

public static interface MySQLPoolCreator.Input
  • Method Summary

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

    • vertx

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

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

      List<io.vertx.mysqlclient.MySQLConnectOptions> mySQLConnectOptionsList()