| Package | Description |
|---|---|
| com.holonplatform.datastore.mongo.sync |
| Modifier and Type | Method and Description |
|---|---|
static MongoDatastore.Builder |
MongoDatastore.builder()
Get a builder to create a
MongoDatastore instance. |
MongoDatastore.Builder |
MongoDatastore.Builder.client(com.mongodb.client.MongoClient client)
Set the
MongoClient to use. |
<C extends com.holonplatform.core.datastore.DatastoreCommodity> |
MongoDatastore.Builder.withCommodity(SyncMongoDatastoreCommodityFactory<C> commodityFactory)
Register a
SyncMongoDatastoreCommodityFactory. |
Copyright © 2019 The Holon Platform. All rights reserved.