PHP Class 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.
Inheritance: extends BaseCommand, implements Disque\Command\CommandInterface
Afficher le fichier Open project: mariano/disque-php

Protected Properties

Свойство Type Description
$argumentsType
$responseHandler

Méthodes publiques

Méthode Description
getCommand ( )

Method Details

getCommand() public méthode

public getCommand ( )

Property Details

$argumentsType protected_oe property

protected $argumentsType

$responseHandler protected_oe property

protected $responseHandler