Class LockExternalTaskDtoAllOf


  • public class LockExternalTaskDtoAllOf
    extends Object
    LockExternalTaskDtoAllOf
    • Constructor Detail

      • LockExternalTaskDtoAllOf

        public LockExternalTaskDtoAllOf()
    • Method Detail

      • getLockDuration

        public Long getLockDuration()
        The duration to lock the external task for in milliseconds. **Note:** Attempting to lock an already locked external task with the same `workerId` will succeed and a new lock duration will be set, starting from the current moment.
        Returns:
        lockDuration
      • setLockDuration

        public void setLockDuration​(Long lockDuration)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object