#include <qpid/client/FailoverManager.h>
|
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 |
( |
| ) |
|
|
inlinevirtual |
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.
The documentation for this struct was generated from the following file: