| Interface | Description |
|---|---|
| ClientCacheEntryCreatedEvent<K> |
Client side cache entry created events provide information on the created
key, and the version of the entry.
|
| ClientCacheEntryCustomEvent<T> |
The events generated by default contain just enough information to make the
event relevant but they avoid cramming too much information in order to reduce
the cost of sending them.
|
| ClientCacheEntryExpiredEvent<K> |
Client side cache entry expired events provide information on the expired key.
|
| ClientCacheEntryModifiedEvent<K> |
Client side cache entry modified events provide information on the modified
key, and the version of the entry after the modification.
|
| ClientCacheEntryRemovedEvent<K> |
Client side cache entry removed events provide information on the removed key.
|
| ClientCacheFailoverEvent |
Event received when the registered listener fails over to a different node.
|
| ClientEvent |
| Class | Description |
|---|---|
| ClientEvents | |
| ClientListenerNotifier | Deprecated
since 9.2, implementation class leaked through
TransportFactory |
| ContinuousQueryImpl<K,V> |
A container of continuous query listeners for a cache.
|
| Enum | Description |
|---|---|
| ClientEvent.Type |
| Exception | Description |
|---|---|
| IncorrectClientListenerException |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.