public interface ClientAwareService
This is useful if a service needs to cleanup resources when a client leaves, e.g. release locks.
Modifier and Type | Method and Description |
---|---|
void |
clientDisconnected(String clientUuid)
Invoked when a client disconnects from a member.
|
void clientDisconnected(String clientUuid)
clientUuid
- the UUID of the client that disconnected from a memberCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.