Scalr\System\Zmq\Cron\AbstractTask::onResponse PHP Method

onResponse() public method

See also: Scalr\System\Zmq\Cron\TaskInterface::onResponse()
public onResponse ( Scalr\System\Zmq\Cron\AbstractPayload $payload )
$payload Scalr\System\Zmq\Cron\AbstractPayload
    public function onResponse(AbstractPayload $payload)
    {
        //This method may be overriden if it's needed
    }