interface WorkerInterface (View source)
Get worker id (unique).
Get worker name.
Spinup worker
The worker loop
Spindown worker
string getId()
string getName()
null spinup()
null loop()
This method will be called inside the main daemon loop
null spindown()