改名
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Queue;
|
||||
|
||||
|
||||
interface Consumer
|
||||
{
|
||||
|
||||
|
||||
public function __construct(array $params);
|
||||
|
||||
|
||||
|
||||
public function onWaiting();
|
||||
|
||||
|
||||
public function onRunning();
|
||||
|
||||
|
||||
public function onComplete();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user