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;
Decorator class for a plain endpoint: adds listener_receiver capabilities.
Basic Dripline object capable of receiving and acting on messages.
Convenience class to bring together listener and concurrent_receiver.
A listener is a class capable of listening for AMQP messages on an AMQP channel. This class provides ...
Primary unit of software that connects to a broker and typically provides an interface with an instru...
std::shared_ptr< msg_alert > alert_ptr_t
std::shared_ptr< message > message_ptr_t
std::shared_ptr< endpoint_listener_receiver > elr_ptr_t
std::shared_ptr< sent_msg_pkg > sent_msg_pkg_ptr
std::shared_ptr< msg_reply > reply_ptr_t
std::shared_ptr< msg_request > request_ptr_t
std::shared_ptr< endpoint > endpoint_ptr_t
std::shared_ptr< listener > listener_ptr_t
std::shared_ptr< listener_receiver > lr_ptr_t
Contains information about sent messages.