Package io.quarkus.reactive.mssql.client
Interface MSSQLPoolCreator.Input
- Enclosing interface:
MSSQLPoolCreator
public static interface MSSQLPoolCreator.Input
-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.mssqlclient.MSSQLConnectOptionsio.vertx.sqlclient.PoolOptionsio.vertx.core.Vertxvertx()
-
Method Details
-
vertx
io.vertx.core.Vertx vertx() -
poolOptions
io.vertx.sqlclient.PoolOptions poolOptions() -
msSQLConnectOptions
io.vertx.mssqlclient.MSSQLConnectOptions msSQLConnectOptions()
-