21 #include "hazelcast/client/address.h"
23 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
25 #pragma warning(disable: 4251)
36 endpoint(boost::uuids::uuid uuid, boost::optional<address> socket_address);
43 boost::uuids::uuid get_uuid()
const;
50 const boost::optional<address> &get_socket_address()
const;
53 boost::uuids::uuid uuid_;
54 boost::optional<address> socket_address_;
59 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Endpoint represents a peer in the cluster.