Module: vertx-jdbc-js/jdbc_service

vertx-jdbc-js/jdbc_service

Classes

JdbcService

Methods

<static> JdbcService.create(vertx, config) → {JdbcService}

Create a service locally
Parameters:
Name Type Description
vertx Vertx the Vert.x instance
config Object the configuration
Source:
Returns:
the service
Type
JdbcService

<static> JdbcService.createEventBusProxy(vertx, address) → {JdbcService}

Create an event bus proxy to a service which lives somewhere on the network and is listening on the specified event bus address
Parameters:
Name Type Description
vertx Vertx the Vert.x instance
address string the address on the event bus where the service is listening
Source:
Returns:
Type
JdbcService