Ddd\Infrastructure\Application\Notification\AmqpMessageProducer::__construct PHP Method

__construct() public method

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