Prooph\ServiceBus\MessageBus::deactivate PHP Method

deactivate() public method

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