public class CacheEntryLoadedAdapter<K,V> extends AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent<K,V>>
CacheEntryLoaded
.Listener
,
CacheEntryLoaded
Modifier and Type | Field and Description |
---|---|
static org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent<?,?> |
EMPTY
Needed for creating event bridge.
|
static javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent<?,?>> |
WILDCARD_TYPE
Events which will be selected (including generic type information (
, ?> ). |
Constructor and Description |
---|
CacheEntryLoadedAdapter(javax.enterprise.event.Event<org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent<K,V>> event) |
Modifier and Type | Method and Description |
---|---|
void |
fire(org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent<K,V> payload) |
public static final org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent<?,?> EMPTY
public static final javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent<?,?>> WILDCARD_TYPE
, ?>
).Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.