Uses of Class
de.hdi.mongobumblebee.MongoBumblebee
Packages that use MongoBumblebee
-
Uses of MongoBumblebee in de.hdi.mongobumblebee
Methods in de.hdi.mongobumblebee that return MongoBumblebeeModifier and TypeMethodDescriptionMongoBumblebee.setChangelogCollectionName(String changelogCollectionName) Overwrites a default MongoBumblebee changelog collection hardcoded in DEFAULT_CHANGELOG_COLLECTION_NAME.MongoBumblebee.setChangeLogLockPollRate(long changeLogLockPollRate) Poll rate for acquiring lock if waitForLock is trueMongoBumblebee.setChangeLogLockWaitTime(long changeLogLockWaitTime) Waiting time for acquiring lock if waitForLock is trueMongoBumblebee.setChangeLogsScanPackage(String changeLogsScanPackage) Package name where @ChangeLog-annotated classes are kept.MongoBumblebee.setEnabled(boolean enabled) Feature which enables/disables MongoBumblebee runner executionMongoBumblebee.setLockCollectionName(String lockCollectionName) Overwrites a default MongoBumblebee lock collection hardcoded in DEFAULT_LOCK_COLLECTION_NAMEMongoBumblebee.setSpringEnvironment(org.springframework.core.env.Environment environment) Set Environment object for Spring Profiles (@Profile) integrationMongoBumblebee.setThrowExceptionIfCannotObtainLock(boolean throwExceptionIfCannotObtainLock) Feature which enables/disables throwing MongoBumblebeeLockException if MongoBumblebee can not obtain lockMongoBumblebee.setWaitForLock(boolean waitForLock) Feature which enables/disables waiting for lock if it's already obtained