class APIClient
Methods
| static | factory(array $options = array()) | |
| __construct(HttpClient $client) | ||
| listConnections() | ||
| getConnection($name) | ||
| deleteConnection($name) | ||
| listChannels() | ||
| getChannel($name, Channel $channel = null) | ||
| listExchanges($vhost = null) | ||
| getExchange($vhost, $name, Exchange $exchange = null) | ||
| deleteExchange($vhost, $name) | ||
| refreshExchange(Exchange $exchange) | ||
| addExchange(Exchange $exchange) | ||
| listQueues($vhost = null) | ||
| getQueue($vhost, $name, Queue $queue = null) | ||
| refreshQueue(Queue $queue) | ||
| addQueue(Queue $queue) | ||
| deleteQueue($vhost, $name) | ||
| purgeQueue($vhost, $name) | ||
| listBindingsByQueue(Queue $queue) | ||
| listBindingsByExchangeAndQueue($vhost, $exchange, $queue) | ||
| addBinding($vhost, $exchange, $queue, Binding $binding) | ||
| deleteBinding($vhost, $exchange, $queue, Binding $binding) | ||
| listBindings($vhost = null) | ||
| alivenessTest($vhost) |