Ddd\Infrastructure\Application\Notification\AmqpMessageProducer::__construct PHP Метод

__construct() публичный Метод

public __construct ( AMQPExchange $exchange )
$exchange AMQPExchange
    public function __construct(AMQPExchange $exchange)
    {
        $this->exchange = $exchange;
    }