#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 78 of file typedefs.hpp.
Classes | |
| struct | Metadata |
Public Attributes | |
| std::string | message |
| Metadata | metadata |
| std::optional< std::string > | reply_to {} |
| std::optional< std::string > | correlation_id {} |
| std::unordered_map< std::string, HeaderValue > | headers {} |
| std::optional<std::string> urabbitmq::ConsumedMessage::correlation_id {} |
Definition at line 86 of file typedefs.hpp.
| std::unordered_map<std::string, HeaderValue> urabbitmq::ConsumedMessage::headers {} |
Definition at line 87 of file typedefs.hpp.
| std::string urabbitmq::ConsumedMessage::message |
Definition at line 83 of file typedefs.hpp.
| Metadata urabbitmq::ConsumedMessage::metadata |
Definition at line 84 of file typedefs.hpp.
| std::optional<std::string> urabbitmq::ConsumedMessage::reply_to {} |
Definition at line 85 of file typedefs.hpp.