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