![]() |
Dripline-Cpp
v2.4.2
Dripline Implementation in C++
|
Contains information about sent messages. More...
#include <core.hh>
Public Member Functions | |
~sent_msg_pkg () | |
Public Attributes | |
std::mutex | f_mutex |
amqp_channel_ptr | f_channel |
std::string | f_consumer_tag |
bool | f_successful_send |
std::string | f_send_error_message |
Contains information about sent messages.
core::send()
will return a sent_msg_pkg
.
The result of act of sending the message is given by f_successful_send
and f_send_error_message
.
Replies can be waited for and retried by passing the sent_msg_pkg
to receiver::wait_for_reply()
.
~sent_msg_pkg | ( | ) |
amqp_channel_ptr f_channel |