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