Package | Description |
---|---|
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 |
CacheEntryRemovedAdapter.fire(CacheEntryRemovedEvent<K,V> payload) |
Modifier and Type | Method and Description |
---|---|
void |
JCacheListenerAdapter.handleCacheEntryRemovedEvent(CacheEntryRemovedEvent<K,V> e) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteClusterListener.handleClusterEvents(CacheEntryEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
CacheListener.cacheEntryRemoved(CacheEntryRemovedEvent<Object,Object> event) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.