Ddd\Infrastructure\Application\Notification\RabbitMqMessaging::channel PHP Метод

channel() защищенный Метод

protected channel ( $exchangeName )
    protected function channel($exchangeName)
    {
        $this->connect($exchangeName);
        return $this->channel;
    }