Uses of Class
dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ContentionException
Packages that use MongoConcurrentUtils.ContentionException
-
Uses of MongoConcurrentUtils.ContentionException in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that throw MongoConcurrentUtils.ContentionException -
Uses of MongoConcurrentUtils.ContentionException in dev.getelements.elements.dao.mongo.match
Methods in dev.getelements.elements.dao.mongo.match that throw MongoConcurrentUtils.ContentionExceptionModifier and TypeMethodDescription<T> T
MongoMatchUtils.attemptLock
(jakarta.inject.Provider<T> resultProvider, MongoMatch... mongoMatches) Intended to be used in the scope ofMongoConcurrentUtils.performOptimistic(MongoConcurrentUtils.CriticalOperation)
, this will attempt to lock theMongoMatch
using a uniqueMongoMatchLock
.