Package net.officefloor.vertx.sqlclient
Interface VertxSqlPoolConfigurer
public interface VertxSqlPoolConfigurer
Configures the
Pool.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(VertxSqlPoolConfigurerContext context) Configures thePool.
-
Method Details
-
configure
Configures thePool.- Parameters:
context-VertxSqlPoolConfigurerContext.- Throws:
Exception- If fails to configure.
-