activemq-cpp-3.6.0
activemq::core::DispatchData Class Reference

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 ()

Detailed Description

Simple POCO that contains the information necessary to route a message to a specified consumer.

Constructor & Destructor Documentation

activemq::core::DispatchData::DispatchData ( )
activemq::core::DispatchData::DispatchData ( const decaf::lang::Pointer< commands::ConsumerId > &  consumer,
const decaf::lang::Pointer< commands::Message > &  message 
)

Member Function Documentation

const decaf::lang::Pointer<commands::ConsumerId>& activemq::core::DispatchData::getConsumerId ( )
inline
const decaf::lang::Pointer<commands::Message>& activemq::core::DispatchData::getMessage ( )
inline

The documentation for this class was generated from the following file: