This commit is contained in:
2021-04-01 10:11:20 +08:00
parent 3f6a19aea7
commit ea6e46812c
10 changed files with 47 additions and 42 deletions
-7
View File
@@ -6,10 +6,6 @@ namespace Annotation\Rpc;
use Annotation\Attribute;
use Exception;
use ReflectionException;
use Rpc\IProducer;
use Snowflake\Exception\ComponentException;
use Snowflake\Exception\NotFindClassException;
use Snowflake\Snowflake;
@@ -44,9 +40,6 @@ use Snowflake\Snowflake;
/**
* @param array $handler
* @return mixed
* @throws ReflectionException
* @throws ComponentException
* @throws NotFindClassException
* @throws Exception
*/
public function execute(array $handler): mixed