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());
    }