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

close() публичный Метод

public close ( $exchangeName )
    public function close($exchangeName)
    {
        $this->channel->close();
        $this->connection->close();
    }