Class CacheEntryPassivatedAdapter<K,V>
java.lang.Object
org.infinispan.cdi.embedded.event.cache.AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<K,V>>
org.infinispan.cdi.embedded.event.cache.CacheEntryPassivatedAdapter<K,V>
public class CacheEntryPassivatedAdapter<K,V>
extends AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<K,V>>
Event bridge for
CacheEntryPassivated.- Author:
- Pete Muir, Sebastian Laskawiec
- See Also:
-
ListenerCacheEntryPassivated
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<?,?> Needed for creating event bridge.static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<?,?>> Events which will be selected (including generic type information (<? -
Constructor Summary
ConstructorsConstructorDescriptionCacheEntryPassivatedAdapter(Event<org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<K, V>> event) -
Method Summary
-
Field Details
-
EMPTY
public static final org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<?,?> EMPTYNeeded for creating event bridge. -
WILDCARD_TYPE
public static final TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<?,?>> WILDCARD_TYPEEvents which will be selected (including generic type information (<?, ?>).
-
-
Constructor Details
-
CacheEntryPassivatedAdapter
-
-
Method Details