- Source:
Classes
Methods
-
<static> JdbcService.create(vertx, config) → {JdbcService}
-
Create a service locally
Parameters:
Name Type Description vertxVertx the Vert.x instance configObject 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 vertxVertx the Vert.x instance addressstring the address on the event bus where the service is listening - Source:
Returns:
- Type
- JdbcService