UrbanIndo\Yii2\Queue\Strategies\Strategy::getJobFromQueues PHP Метод

getJobFromQueues() абстрактный защищенный Метод

Implement this for the strategy of getting job from the queue.
abstract protected getJobFromQueues ( ) : mixed
Результат mixed tuple of job and the queue index.
    protected abstract function getJobFromQueues();