|
RMQ - RabbitMQ C++ Library
|


Public Member Functions | |
| BALL_LOG_SET_CLASS_CATEGORY ("RMQA.TOPOLOGYUPDATE") | |
| void | bind (const rmqt::ExchangeHandle &exchange, const rmqt::QueueHandle &queue, const bsl::string &bindingKey, const rmqt::FieldTable &args=rmqt::FieldTable()) BSLS_KEYWORD_OVERRIDE |
| void | unbind (const rmqt::ExchangeHandle &exchange, const rmqt::QueueHandle &queue, const bsl::string &bindingKey, const rmqt::FieldTable &args=rmqt::FieldTable()) BSLS_KEYWORD_OVERRIDE |
| virtual const rmqt::TopologyUpdate & | topologyUpdate () const BSLS_KEYWORD_OVERRIDE |
| Topology containing only updates to the initial state. More... | |
|
virtual |
Reimplemented from BloombergLP::rmqp::TopologyUpdate.
|
virtual |
Declare a binding between queue and exchange with the given bindingKey.
This binding is declared to the broker, and if successful is applied to the topology declared on every reconnection
Implements BloombergLP::rmqp::TopologyUpdate.
|
virtual |
Topology containing only updates to the initial state.
Implements BloombergLP::rmqp::TopologyUpdate.
|
virtual |
Declare an unbinding between queue and exchange with the given bindingKey.
This unbinding is declared to the broker, and if successful is applied to the topology declared on every reconnection
Implements BloombergLP::rmqp::TopologyUpdate.