HasQueueManager
Trait for CLI commands that need access to the QueueManager.
Provides a common method to get or initialize the QueueManager instance from the registry.
Table of Contents
Methods
- getQueueManager() : QueueManager|null
- Get or initialize the QueueManager instance.
Methods
getQueueManager()
Get or initialize the QueueManager instance.
private
getQueueManager() : QueueManager|null