public interface Client extends Endpoint
ClientService, 
ClientListener| Modifier and Type | Method and Description | 
|---|---|
| String | getClientType()Type could be a client type from  ConnectionTypeor
 it can be a custom client implementation with a name outside of this @{link ConnectionType} | 
| Set<String> | getLabels() | 
| String | getName()This method may return null depending on the client version and the client type
 Java client provides client name starting with 3.12 | 
| InetSocketAddress | getSocketAddress()Returns the socket address of this client. | 
| UUID | getUuid()Returns a unique UUID for this client. | 
UUID getUuid()
InetSocketAddress getSocketAddress()
getSocketAddress in interface EndpointString getClientType()
ConnectionType or
 it can be a custom client implementation with a name outside of this @{link ConnectionType}String getName()
Copyright © 2022 Hazelcast, Inc.. All rights reserved.