|
activemq-cpp-3.9.0
|
#include <src/main/activemq/core/AdvisoryConsumer.h>

Public Member Functions | |
| AdvisoryConsumer (ActiveMQConnection *connection, Pointer< commands::ConsumerId > consumerId) | |
| virtual | ~AdvisoryConsumer () |
| void | dispose () |
| virtual void | dispatch (const Pointer< MessageDispatch > &message) |
| Dispatches a message to a particular consumer. More... | |
| virtual int | getHashCode () const |
| HashCode method allowing Dispatcher instances to be used in HashMap etc. More... | |
| activemq::core::AdvisoryConsumer::AdvisoryConsumer | ( | ActiveMQConnection * | connection, |
| Pointer< commands::ConsumerId > | consumerId | ||
| ) |
|
virtual |
|
virtual |
Dispatches a message to a particular consumer.
| message | The message to be dispatched to a waiting consumer. |
Implements activemq::core::Dispatcher.
| void activemq::core::AdvisoryConsumer::dispose | ( | ) |
|
virtual |
HashCode method allowing Dispatcher instances to be used in HashMap etc.
Implements activemq::core::Dispatcher.