diff options
Diffstat (limited to 'cpp/src/qpid/broker/MessageHandlerImpl.h')
-rw-r--r-- | cpp/src/qpid/broker/MessageHandlerImpl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/MessageHandlerImpl.h b/cpp/src/qpid/broker/MessageHandlerImpl.h index 86c54023b5..b7e91795ec 100644 --- a/cpp/src/qpid/broker/MessageHandlerImpl.h +++ b/cpp/src/qpid/broker/MessageHandlerImpl.h @@ -83,6 +83,15 @@ class MessageHandlerImpl : const std::string& identifier ); void transfer(const framing::MethodContext& context); + + void flow(const std::string& destination, u_int8_t unit, u_int32_t value); + + void flowMode(const std::string& destination, u_int8_t mode); + + void flush(const std::string& destination); + + void stop(const std::string& destination); + private: ReferenceRegistry references; }; |