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