public interface WorkerLockService
| Modifier and Type | Method and Description |
|---|---|
void |
create(String uuid)
Create the Worker Lock entry with the current worker uuid
|
void |
delete(String uuid)
Delete the Worker Lock entry with the current worker uuid
|
void |
lock(String uuid)
Lock the Worker Lock entity with the current worker uuid
|
void create(String uuid)
uuid - worker's unique identifiervoid delete(String uuid)
uuid - worker's unique identifiervoid lock(String uuid)
uuid - worker's unique identifierCopyright © 2019. All rights reserved.