| Package | Description |
|---|---|
| com.github.mongobee |
| Modifier and Type | Method and Description |
|---|---|
Mongobee |
Mongobee.setChangelogCollectionName(String changelogCollectionName)
Overwrites a default mongobee changelog collection hardcoded in DEFAULT_CHANGELOG_COLLECTION_NAME.
|
Mongobee |
Mongobee.setChangeLogsScanPackage(String changeLogsScanPackage)
Package name where @ChangeLog-annotated classes are kept.
|
Mongobee |
Mongobee.setDbName(String dbName)
Used DB name should be set here or via MongoDB URI (in a constructor)
|
Mongobee |
Mongobee.setEnabled(boolean enabled)
Feature which enables/disables Mongobee runner execution
|
Mongobee |
Mongobee.setJongo(org.jongo.Jongo jongo)
Sets pre-configured
MongoTemplate instance to use by the Mongobee |
Mongobee |
Mongobee.setLockCollectionName(String lockCollectionName)
Overwrites a default mongobee lock collection hardcoded in DEFAULT_LOCK_COLLECTION_NAME
|
Mongobee |
Mongobee.setMongoClientURI(com.mongodb.MongoClientURI mongoClientURI)
Sets uri to MongoDB
|
Mongobee |
Mongobee.setMongoTemplate(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate)
Sets pre-configured
MongoTemplate instance to use by the Mongobee |
Mongobee |
Mongobee.setSpringEnvironment(org.springframework.core.env.Environment environment)
Set Environment object for Spring Profiles (@Profile) integration
|
Copyright © 2017. All rights reserved.