![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
The Client interface allows to get information about a connected client's socket address, type and UUID. More...
#include <local_endpoint.h>
Public Member Functions | |
local_endpoint (boost::uuids::uuid uuid, boost::optional< address > socket_address, std::string name, std::unordered_set< std::string > labels) | |
const std::string & | get_name () const |
![]() | |
endpoint (boost::uuids::uuid uuid, boost::optional< address > socket_address) | |
boost::uuids::uuid | get_uuid () const |
Returns the UUID of this endpoint. More... | |
const boost::optional< address > & | get_socket_address () const |
Returns the socket address for this endpoint. More... | |
The Client interface allows to get information about a connected client's socket address, type and UUID.
Definition at line 32 of file local_endpoint.h.