userver: urabbitmq::ConsumedMessage Struct Reference
Loading...
Searching...
No Matches
urabbitmq::ConsumedMessage Struct Reference

#include <userver/urabbitmq/typedefs.hpp>

Detailed Description

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, HeaderValueheaders {}
 

Member Data Documentation

◆ correlation_id

std::optional<std::string> urabbitmq::ConsumedMessage::correlation_id {}

Definition at line 86 of file typedefs.hpp.

◆ headers

std::unordered_map<std::string, HeaderValue> urabbitmq::ConsumedMessage::headers {}

Definition at line 87 of file typedefs.hpp.

◆ message

std::string urabbitmq::ConsumedMessage::message

Definition at line 83 of file typedefs.hpp.

◆ metadata

Metadata urabbitmq::ConsumedMessage::metadata

Definition at line 84 of file typedefs.hpp.

◆ reply_to

std::optional<std::string> urabbitmq::ConsumedMessage::reply_to {}

Definition at line 85 of file typedefs.hpp.


The documentation for this struct was generated from the following file: