Simple POCO that contains the information necessary to route a message to a specified consumer. More...
#include <src/main/activemq/core/DispatchData.h>
Public Member Functions | |
| DispatchData () | |
| DispatchData (const decaf::lang::Pointer< commands::ConsumerId > &consumer, const decaf::lang::Pointer< commands::Message > &message) | |
| const decaf::lang::Pointer < commands::ConsumerId > & | getConsumerId () |
| const decaf::lang::Pointer < commands::Message > & | getMessage () |
Simple POCO that contains the information necessary to route a message to a specified consumer.
| activemq::core::DispatchData::DispatchData | ( | ) |
| activemq::core::DispatchData::DispatchData | ( | const decaf::lang::Pointer< commands::ConsumerId > & | consumer, | |
| const decaf::lang::Pointer< commands::Message > & | message | |||
| ) |
| const decaf::lang::Pointer<commands::ConsumerId>& activemq::core::DispatchData::getConsumerId | ( | ) | [inline] |
| const decaf::lang::Pointer<commands::Message>& activemq::core::DispatchData::getMessage | ( | ) | [inline] |
1.6.1