Uses of Class
com.broadleafcommerce.common.messaging.provider.mongo.domain.MongoResourceLock
-
Packages that use MongoResourceLock Package Description com.broadleafcommerce.common.messaging.provider.mongo.repository -
-
Uses of MongoResourceLock in com.broadleafcommerce.common.messaging.provider.mongo.repository
Methods in com.broadleafcommerce.common.messaging.provider.mongo.repository that return types with arguments of type MongoResourceLock Modifier and Type Method Description protected List<MongoResourceLock>
MongoCustomizedResourceLockRepository. identifyLocksToBePurged(@NonNull Class<?> type, @NonNull Duration lockTtl, org.bson.types.ObjectId startingId)
Identifies locks that are eligible to be purgedMethods in com.broadleafcommerce.common.messaging.provider.mongo.repository with parameters of type MongoResourceLock Modifier and Type Method Description protected void
MongoCustomizedResourceLockRepository. releaseLock(MongoResourceLock lock)
Deletes the provided lock, if its lock timestamp has not been updated since the lock was identified
-