Prooph\ServiceBus\Plugin\MessageProducerPlugin::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Prooph\ServiceBus\Async\MessageProducer $messageProducer )
$messageProducer Prooph\ServiceBus\Async\MessageProducer
    public function __construct(MessageProducer $messageProducer)
    {
        $this->messageProducer = $messageProducer;
    }