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
파일 보기 프로젝트 열기: mariano/disque-php

보호된 프로퍼티들

프로퍼티 타입 설명
$argumentsType
$responseHandler

공개 메소드들

메소드 설명
getCommand ( )

메소드 상세

getCommand() 공개 메소드

public getCommand ( )

프로퍼티 상세

$argumentsType 보호되어 있는 프로퍼티

protected $argumentsType

$responseHandler 보호되어 있는 프로퍼티

protected $responseHandler