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