| Package | Description |
|---|---|
| org.infinispan.atomic.container | |
| org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
| org.infinispan.jcache.embedded | |
| org.infinispan.notifications.cachelistener.cluster | |
| org.infinispan.server.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.onCacheModification(CacheEntryEvent event)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEntryModifiedAdapter.fire(CacheEntryModifiedEvent<K,V> payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
JCacheListenerAdapter.handleCacheEntryModifiedEvent(CacheEntryModifiedEvent<K,V> e) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteClusterListener.handleClusterEvents(CacheEntryEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheListener.cacheEntryModified(CacheEntryModifiedEvent<Object,Object> event) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.