Prooph\ServiceBus\MessageBus::deactivate PHP 메소드

deactivate() 공개 메소드

public deactivate ( Prooph\Common\Event\ActionEventListenerAggregate $plugin )
$plugin Prooph\Common\Event\ActionEventListenerAggregate
    public function deactivate(ActionEventListenerAggregate $plugin)
    {
        $plugin->detach($this->getActionEventEmitter());
    }