Interface yii\queue\JobInterface
Implemented by | yii\queue\Job, yii\queue\RetryableJobInterface, yii\queue\closure\Job |
---|---|
Source Code | https://github.com/yiisoft/yii2-queue/blob/master/JobInterface.php |
Job Interface.
Method Details
public abstract void|mixed execute ( $queue ) | ||
$queue | yii\queue\Queue | Which pushed and is handling the job |
return | void|mixed | Result of the job execution |
---|