Uses of Record Class
com.kingsrook.qqq.backend.core.processes.locks.ProcessLockOrException
Packages that use ProcessLockOrException
-
Uses of ProcessLockOrException in com.kingsrook.qqq.backend.core.processes.locks
Methods in com.kingsrook.qqq.backend.core.processes.locks that return types with arguments of type ProcessLockOrExceptionModifier and TypeMethodDescriptionstatic Map
<String, ProcessLockOrException> ProcessLockUtils.createMany
(List<String> keys, String typeName, String details) try to create many process locks, of list of keys invalid input: '&' a type - but immediately fail (on a one-by-one basis) if the lock already exists.static Map
<String, ProcessLockOrException> ProcessLockUtils.createMany
(List<String> keys, String typeName, String details, Duration sleepBetweenTries, Duration maxWait) try to create many process locks, of a given list of key invalid input: '&' a type - and re-try upon failures (e.g., wait until existing lock holder releases the lock).