AppserverIo\Appserver\MessageQueue\MessageQueue::getWorkers PHP 메소드

getWorkers() 공개 메소드

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