| Package | Description |
|---|---|
| io.mongock.driver.mongodb.reactive.driver |
| Modifier and Type | Method and Description |
|---|---|
static MongoReactiveDriver |
MongoReactiveDriver.withDefaultLock(com.mongodb.reactivestreams.client.MongoClient mongoClient,
String databaseName) |
static MongoReactiveDriver |
MongoReactiveDriver.withLockSetting(com.mongodb.reactivestreams.client.MongoClient mongoClient,
String databaseName,
long lockAcquiredForMinutes,
long maxWaitingForLockMinutes,
int maxTries)
Deprecated.
Use withLockStrategy instead
|
static MongoReactiveDriver |
MongoReactiveDriver.withLockStrategy(com.mongodb.reactivestreams.client.MongoClient mongoClient,
String databaseName,
long lockAcquiredForMillis,
long lockQuitTryingAfterMillis,
long lockTryFrequencyMillis) |
Copyright © 2023. All rights reserved.