#include <RecoverableExchange.h>
Public Types | |
|
typedef boost::shared_ptr < RecoverableExchange > | shared_ptr |
Public Member Functions | |
| virtual void | setPersistenceId (uint64_t id)=0 |
| virtual void | bind (std::string &queue, std::string &routingKey, qpid::framing::FieldTable &args)=0 |
| Recover binding. | |
Definition at line 34 of file RecoverableExchange.h.
| virtual void qpid::broker::RecoverableExchange::bind | ( | std::string & | queue, | |
| std::string & | routingKey, | |||
| qpid::framing::FieldTable & | args | |||
| ) | [pure virtual] |
Recover binding.
Nb: queue must have been recovered earlier.
1.5.6