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