Job Queue
This commit is contained in:
9
app/src/Service/Worker.php
Normal file
9
app/src/Service/Worker.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Incoviba\Service;
|
||||
|
||||
use Incoviba\Model;
|
||||
|
||||
interface Worker
|
||||
{
|
||||
public function execute(Model\Job $job): bool;
|
||||
}
|
Reference in New Issue
Block a user