| Package | Description |
|---|---|
| org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
| org.infinispan.notifications.cachelistener.event |
| Modifier and Type | Field and Description |
|---|---|
static CacheEntryVisitedEvent<?,?> |
CacheEntryVisitedAdapter.EMPTY |
| Modifier and Type | Field and Description |
|---|---|
static javax.enterprise.util.TypeLiteral<CacheEntryVisitedEvent<?,?>> |
CacheEntryVisitedAdapter.WILDCARD_TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEntryVisitedAdapter.fire(CacheEntryVisitedEvent<K,V> payload) |
| Constructor and Description |
|---|
CacheEntryVisitedAdapter(javax.enterprise.event.Event<CacheEntryVisitedEvent<K,V>> event) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.