mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +08:00
Fixed ConsumerManager.php
This commit is contained in:
parent
4ad53053f9
commit
ef50e8af34
@ -15,6 +15,7 @@ namespace Hyperf\Kafka;
|
||||
use Hyperf\Contract\ConfigInterface;
|
||||
use Hyperf\Contract\StdoutLoggerInterface;
|
||||
use Hyperf\Di\Annotation\AnnotationCollector;
|
||||
use Hyperf\Kafka\AbstractConsumer;
|
||||
use Hyperf\Kafka\Annotation\Consumer as ConsumerAnnotation;
|
||||
use Hyperf\Kafka\Event\AfterConsume;
|
||||
use Hyperf\Kafka\Event\BeforeConsume;
|
||||
@ -34,6 +35,7 @@ use longlang\phpkafka\Socket\SwooleSocket;
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Psr\EventDispatcher\EventDispatcherInterface;
|
||||
|
||||
|
||||
class ConsumerManager
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user