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
Datei anzeigen Open project: mariano/disque-php

Protected Properties

Property Type Description
$argumentsType
$responseHandler

Public Methods

Method Description
getCommand ( )

Method Details

getCommand() public method

public getCommand ( )

Property Details

$argumentsType protected_oe property

protected $argumentsType

$responseHandler protected_oe property

protected $responseHandler