Uses of Class
com.kingsrook.qqq.backend.core.processes.locks.UnableToObtainProcessLockException
Packages that use UnableToObtainProcessLockException
-
Uses of UnableToObtainProcessLockException in com.kingsrook.qqq.backend.core.processes.locks
Methods in com.kingsrook.qqq.backend.core.processes.locks that return UnableToObtainProcessLockExceptionModifier and TypeMethodDescriptionProcessLockOrException.unableToObtainProcessLockException()
Returns the value of theunableToObtainProcessLockException
record component.UnableToObtainProcessLockException.withExistingLock
(ProcessLock existingLock) Fluent setter for existingLockMethods in com.kingsrook.qqq.backend.core.processes.locks that throw UnableToObtainProcessLockExceptionModifier and TypeMethodDescriptionstatic ProcessLock
try to create a process lock, of a given key invalid input: '&' type - but immediately fail if the lock already exists.static ProcessLock
ProcessLockUtils.create
(String key, String typeName, String details, Duration sleepBetweenTries, Duration maxWait) try to create a process lock, of a given key invalid input: '&' type - and re-try if it failed.Constructors in com.kingsrook.qqq.backend.core.processes.locks with parameters of type UnableToObtainProcessLockExceptionModifierConstructorDescriptionProcessLockOrException
(ProcessLock processLock, UnableToObtainProcessLockException unableToObtainProcessLockException) Creates an instance of aProcessLockOrException
record class.ProcessLockOrException
(UnableToObtainProcessLockException unableToObtainProcessLockException) Constructor