Bind an exchange to this exchange.
Will call Channel.bindExchange.
Check that the exchange exists. If it doesn’t exist, the channel will be closed with an error. If it does exist, happy days.
Will call Channel.checkExchange.
Delete this exchange.
Will call Channel.deleteExchange.
Unind an exchange from this exchange.
Will call Channel.unbindExchange.
Generated using TypeDoc
Abstraction over AMQP exchange operations on a Channel.