@@ -31,6 +31,9 @@ |
||
31 | 31 | } |
32 | 32 | } |
33 | 33 | |
34 | + /** |
|
35 | + * @param string $routingKey |
|
36 | + */ |
|
34 | 37 | public function notifyConsumers($routingKey, AMQPMessageEvent $event) |
35 | 38 | { |
36 | 39 | $this->dispatcher->dispatch($routingKey, $event); |