- Documented `registerQueue(Queue)`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-30 12:36:52 +02:00
parent ab07df80ea
commit 06e80eec84
1 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,14 @@ public class Manager
return queue;
}
/**
* Registers the given queue with the manager
*
* Params:
* queue = the queue to register
* Throws:
* TristanableException if a queue with the provided id already exists
*/
public void registerQueue(Queue queue)
{
/* Lock the queue of queues */