Uses of Class
com.kingsrook.qqq.backend.core.processes.locks.ProcessLockUtils.CheckInInput
Packages that use ProcessLockUtils.CheckInInput
-
Uses of ProcessLockUtils.CheckInInput in com.kingsrook.qqq.backend.core.processes.locks
Methods in com.kingsrook.qqq.backend.core.processes.locks that return ProcessLockUtils.CheckInInputModifier and TypeMethodDescriptionProcessLockUtils.CheckInInput.withDetails
(String details) ProcessLockUtils.CheckInInput.withExpiresAtTimestamp
(Instant expiresAtTimestamp) Methods in com.kingsrook.qqq.backend.core.processes.locks with parameters of type ProcessLockUtils.CheckInInputModifier and TypeMethodDescriptionstatic void
ProcessLockUtils.checkIn
(ProcessLockUtils.CheckInInput input) Do a check-in, with a specific value for the expiresAtTimestamp - which can be set to null to make it null in the lock.