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