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.notifications.cachelistener.event.impl | |
org.infinispan.server.websocket |
Modifier and Type | Field and Description |
---|---|
static CacheEntryCreatedEvent<?,?> |
CacheEntryCreatedAdapter.EMPTY |
Modifier and Type | Field and Description |
---|---|
static javax.enterprise.util.TypeLiteral<CacheEntryCreatedEvent<?,?>> |
CacheEntryCreatedAdapter.WILDCARD_TYPE
Events which will be selected (including generic type information (
, ?> ). |
Modifier and Type | Method and Description |
---|---|
void |
CacheEntryCreatedAdapter.fire(CacheEntryCreatedEvent<K,V> payload) |
Constructor and Description |
---|
CacheEntryCreatedAdapter(javax.enterprise.event.Event<CacheEntryCreatedEvent<K,V>> event)
Needed for creating event bridge.
|
Modifier and Type | Method and Description |
---|---|
void |
JCacheListenerAdapter.handleCacheEntryCreatedEvent(CacheEntryCreatedEvent<K,V> e) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterEvent<K,V>
This is an event designed for use with cluster listeners solely.
|
Modifier and Type | Class and Description |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheListener.cacheEntryCreated(CacheEntryCreatedEvent<Object,Object> event) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.