MGDigital\BusQue\SchedulerWorker::handleReceivedCommand PHP Method

handleReceivedCommand() private method

private handleReceivedCommand ( ReceivedScheduledCommand $command )
$command ReceivedScheduledCommand
    private function handleReceivedCommand(ReceivedScheduledCommand $command)
    {
        $this->implementation->getQueueDriver()->queueCommand($command->getQueueName(), $command->getId(), $command->getSerialized());
        $this->implementation->getLogger()->debug('Scheduled command queued', compact('command'));
    }