Module: vertx-mongo-js/mongo_client
Classes
- MongoClient
Methods
(static) MongoClient.createNonShared(vertx, config) → {MongoClient}
Parameters:
| Name |
Type |
Description |
vertx |
Vertx
|
|
config |
Object
|
|
- Source:
Returns:
-
Type
-
MongoClient
(static) MongoClient.createShared(vertx, config, dataSourceName) → {MongoClient}
Parameters:
| Name |
Type |
Description |
vertx |
Vertx
|
|
config |
Object
|
|
dataSourceName |
string
|
|
- Source:
Returns:
-
Type
-
MongoClient