#include <userver/urabbitmq/typedefs.hpp>
Structure holding an AMQP message body along with some of its metadata fields. This struct is used to pass messages to the end user, hiding the actual AMQP message object implementation.
Definition at line 67 of file typedefs.hpp.
Classes | |
struct | Metadata |
Public Attributes | |
std::string | message |
Metadata | metadata |
std::string urabbitmq::ConsumedMessage::message |
Definition at line 72 of file typedefs.hpp.
Metadata urabbitmq::ConsumedMessage::metadata |
Definition at line 73 of file typedefs.hpp.