X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Queue
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Queue
/
📁
..
📄
EntityNotFoundException.php
(452 B)
📄
EntityResolver.php
(259 B)
📄
Factory.php
(264 B)
📄
Job.php
(3.03 KB)
📄
Monitor.php
(672 B)
📄
Queue.php
(2.26 KB)
📄
QueueableCollection.php
(659 B)
📄
QueueableEntity.php
(481 B)
📄
ShouldQueue.php
(79 B)
Editing: Monitor.php
<?php namespace Illuminate\Contracts\Queue; interface Monitor { /** * Register a callback to be executed on every iteration through the queue loop. * * @param mixed $callback * @return void */ public function looping($callback); /** * Register a callback to be executed when a job fails after the maximum amount of retries. * * @param mixed $callback * @return void */ public function failing($callback); /** * Register a callback to be executed when a daemon queue is stopping. * * @param mixed $callback * @return void */ public function stopping($callback); }
Upload File
Create Folder