Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/client/FailoverManager.h>
Public Member Functions | |
virtual void | editUrlList (std::vector< Url > &urls)=0 |
This method is called by the FailoverManager prior to establishing a connection (or re-connection) and can be used if the application wishes to edit or re-order the list which will default to the list of known brokers for the last connection. | |
virtual | ~ReconnectionStrategy () |
Definition at line 68 of file FailoverManager.h.
virtual qpid::client::FailoverManager::ReconnectionStrategy::~ReconnectionStrategy | ( | ) | [inline, virtual] |
Definition at line 78 of file FailoverManager.h.
virtual void qpid::client::FailoverManager::ReconnectionStrategy::editUrlList | ( | std::vector< Url > & | urls | ) | [pure virtual] |
This method is called by the FailoverManager prior to establishing a connection (or re-connection) and can be used if the application wishes to edit or re-order the list which will default to the list of known brokers for the last connection.