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 68 of file typedefs.hpp.

Classes

struct  Metadata
 

Public Attributes

std::string message
 
Metadata metadata
 

Member Data Documentation

◆ message

std::string urabbitmq::ConsumedMessage::message

Definition at line 73 of file typedefs.hpp.

◆ metadata

Metadata urabbitmq::ConsumedMessage::metadata

Definition at line 74 of file typedefs.hpp.


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