Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveDistributedObjectListenerRequest
When a connection does not respond to heart-beat we switch the listeners to another endpoint
If somehow connection starts to respond heart-beat we need to signal the endpoint to remove the listeners
This class is used for this purpose because of backward-compatibility
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ClientProxy.stopListening(BaseClientRemoveListenerRequest request,
String registrationId) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.