Package | Description |
---|---|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
com.hazelcast.client.spi.impl.listener |
Modifier and Type | Method and Description |
---|---|
String |
NearCachedClientCacheProxy.addNearCacheInvalidationListener(EventHandler eventHandler) |
Modifier and Type | Method and Description |
---|---|
String |
NearCachedClientMapProxy.addNearCacheInvalidationListener(EventHandler handler) |
String |
ClientReplicatedMapProxy.addNearCacheInvalidationListener(EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
String |
ClientListenerService.registerListener(ListenerMessageCodec listenerMessageCodec,
EventHandler handler) |
protected String |
ClientProxy.registerListener(ListenerMessageCodec codec,
EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
EventHandler |
ClientInvocation.getEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInvocation.setEventHandler(EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
EventHandler |
ClientRegistrationKey.getHandler() |
Modifier and Type | Method and Description |
---|---|
Map<Long,EventHandler> |
AbstractClientListenerService.getEventHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClientListenerService.addEventHandler(long callId,
EventHandler handler) |
String |
SmartClientListenerService.registerListener(ListenerMessageCodec codec,
EventHandler handler) |
String |
AbstractClientListenerService.registerListener(ListenerMessageCodec codec,
EventHandler handler) |
Constructor and Description |
---|
ClientRegistrationKey(String userRegistrationId,
EventHandler handler,
ListenerMessageCodec codec) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.