PHP Класс Disque\Command\Nack

The command should be used when the worker was not able to process a job and wants the job to be put back into the queue in order to be processed again. It is very similar to ENQUEUE but it increments the job nacks counter instead of the additional-deliveries counter.
Наследование: extends BaseCommand, implements Disque\Command\CommandInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$argumentsType
$responseHandler

Открытые методы

Метод Описание
getCommand ( )

Описание методов

getCommand() публичный Метод

public getCommand ( )

Описание свойств

$argumentsType защищенное свойство

protected $argumentsType

$responseHandler защищенное свойство

protected $responseHandler