La clase de intercambio de AMQP
(No hay información de versión disponible, podría estar únicamente en SVN)
Introducción
Representa un intercambio AMQP.
Tabla de contenidos
- AMQPExchange::bind — Enlazar a otro intercambio
- AMQPExchange::__construct — Crea una instancia de AMQPExchange
- AMQPExchange::declare — Declarar un nuevo intercambio en el corredor
- AMQPExchange::delete — Eliminar el intercambio del corredor.
- AMQPExchange::getArgument — Obtiene el argumento asociado con la clave proporcionada
- 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 — Publica un mensaje a un intercambio
- AMQPExchange::setArgument — Set the value for the given key
- AMQPExchange::setArguments — Establecer todos los argumentos sobre el intercambio
- AMQPExchange::setFlags — Establecer los flags en un intercambio
- AMQPExchange::setName — Establecer el nombre del intercambio
- AMQPExchange::setType — Establecer el tipo de intercambio
There are no user contributed notes for this page.
