8 #ifndef DRIPLINE_DRIPLINE_FWD_HH_ 9 #define DRIPLINE_DRIPLINE_FWD_HH_ 34 typedef std::shared_ptr< listener_receiver >
lr_ptr_t;
37 typedef std::shared_ptr< endpoint_listener_receiver >
elr_ptr_t;
std::shared_ptr< sent_msg_pkg > sent_msg_pkg_ptr
std::shared_ptr< msg_request > request_ptr_t
std::shared_ptr< msg_alert > alert_ptr_t
Consumer of Dripline messages on a particular queue.
std::shared_ptr< listener_receiver > lr_ptr_t
Convenience class to bring together listener and concurrent_receiver.
Decorator class for a plain endpoint: adds listener_receiver capabilities.
A listener is a class capable of listening for AMQP messages on an AMQP channel. This class provides ...
std::shared_ptr< endpoint > endpoint_ptr_t
std::shared_ptr< endpoint_listener_receiver > elr_ptr_t
std::shared_ptr< listener > listener_ptr_t
std::shared_ptr< msg_reply > reply_ptr_t
Contains information about sent messages.
std::shared_ptr< message > message_ptr_t
Basic Dripline object capable of receiving and acting on messages.
std::shared_ptr< service > service_ptr_t