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