The AMQPExchange class
(No version information available, might only be in SVN)
Introduction
Represents an AMQP exchange.
Table of Contents
- AMQPExchange::bind — Bind to another exchange
- AMQPExchange::__construct — Create an instance of AMQPExchange
- AMQPExchange::declare — Declare a new exchange on the broker.
- AMQPExchange::delete — Delete the exchange from the broker.
- AMQPExchange::getArgument — Get the argument associated with the given key
- AMQPExchange::getArguments — Get all arguments set on the given exchange
- AMQPExchange::getFlags — Get the flag bitmask
- AMQPExchange::getName — Get the configured name
- AMQPExchange::getType — Get the configured type
- AMQPExchange::publish — Publish a message to an exchange.
- AMQPExchange::setArgument — Set the value for the given key
- AMQPExchange::setArguments — Set all arguments on the exchange
- AMQPExchange::setFlags — Set the flags on an exchange
- AMQPExchange::setName — Set the name of the exchange
- AMQPExchange::setType — Set the type of the exchange
There are no user contributed notes for this page.
