18 #include "hazelcast/client/endpoint.h"
20 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
22 #pragma warning(disable : 4251)
36 boost::optional<address> socket_address,
38 std::unordered_set<std::string> labels);
40 const std::string& get_name()
const;
44 std::unordered_set<std::string> labels_;
49 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Endpoint represents a peer in the cluster.
The Client interface allows to get information about a connected client's socket address,...