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