public interface ClientService
Client
s and
attach/detach ClientListener
s to listen to connection events.
All the methods are thread-safe.Client
,
ClientListener
Modifier and Type | Method and Description |
---|---|
String |
addClientListener(ClientListener clientListener)
Adds a ClientListener.
|
Collection<Client> |
getConnectedClients()
Returns all connected clients to this member.
|
boolean |
removeClientListener(String registrationId)
Removes a ClientListener.
|
Collection<Client> getConnectedClients()
String addClientListener(ClientListener clientListener)
clientListener
- the ClientListener to addremoveClientListener(String)
method.NullPointerException
- if clientListener is null.boolean removeClientListener(String registrationId)
registrationId
- Id of the ClientListener registration.NullPointerException
- if registrationId is null.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.