| 
| 
using  | Decoder = std::function< T(const char *, std::size_t)> | 
|   | 
| 
typedef std::map< std::string, std::string >  | StringMap | 
|   | 
 | 
| 
typedef std::shared_ptr< MessageImpl >  | MessageImplPtr | 
|   | 
| 
  | Message (MessageImplPtr &impl) | 
|   | 
| 
  | Message (const MessageId &messageId, proto::BrokerEntryMetadata &brokerEntryMetadata, proto::MessageMetadata &metadata, SharedBuffer &payload) | 
|   | 
| 
  | Message (const MessageId &messageId, proto::BrokerEntryMetadata &brokerEntryMetadata, proto::MessageMetadata &metadata, SharedBuffer &payload, proto::SingleMessageMetadata &singleMetadata, const std::shared_ptr< std::string > &topicName) | 
|   | Used for Batch Messages. 
  | 
|   | 
| 
MessageImplPtr  | impl_ | 
|   | 
The documentation for this class was generated from the following file: