Hazelcast C++ Client
Hazelcast C++ Client Library
hazelcast::client::topic::message Class Reference

Public Member Functions

 message (const std::string &topic_name, typed_data &&msg, int64_t publish_time, boost::optional< member > &&member)
 
 message (std::string topic_name, typed_data &&msg, std::chrono::system_clock::time_point publish_time, boost::optional< member > &&member)
 
const typed_dataget_message_object () const
 
std::chrono::system_clock::time_point get_publish_time () const
 
const memberget_publishing_member () const
 
const std::string & get_source () const
 
const std::string & get_name () const
 

Detailed Description

Definition at line 32 of file message.h.


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