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