This commit is contained in:
as2252258@163.com
2021-04-24 20:44:38 +08:00
parent 263b09fd51
commit 2ffbea70c8
3 changed files with 12 additions and 6 deletions
+8 -5
View File
@@ -12,11 +12,14 @@ interface ConsumerInterface
{
/**
* @param Struct $struct
* @return mixed
*/
public function onHandler(Struct $struct): void;
/**
* @param Struct $struct
* @return mixed
*/
public function onHandler(Struct $struct): void;
public function setParams(...$params): void;
}