![]() |
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>
Inheritance diagram for hazelcast::client::local_endpoint: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 |
Public Member Functions inherited from hazelcast::client::endpoint | |
| 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.