AppserverIo\Appserver\MessageQueue\MessageQueue::getWorkers PHP Method

getWorkers() public method

Returns the storage for the workers.
public getWorkers ( ) : AppserverIo\Storage\GenericStackable
return AppserverIo\Storage\GenericStackable The storage for the workers
    public function getWorkers()
    {
        return $this->workers;
    }