Class CacheEntryExpiredAdapter<K,V>
java.lang.Object
org.infinispan.cdi.embedded.event.cache.AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<K,V>>
org.infinispan.cdi.embedded.event.cache.CacheEntryExpiredAdapter<K,V>
public class CacheEntryExpiredAdapter<K,V>
extends AbstractAdapter<org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<K,V>>
Event bridge for
CacheEntryExpired.- Author:
- William Burns
- See Also:
-
ListenerCacheEntryExpired
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<?,?> Needed for creating event bridge.static final javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<?,?>> Events which will be selected (including generic type information (<?, ?>). -
Constructor Summary
ConstructorsConstructorDescriptionCacheEntryExpiredAdapter(javax.enterprise.event.Event<org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<K, V>> event) -
Method Summary
-
Field Details
-
EMPTY
public static final org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<?,?> EMPTYNeeded for creating event bridge. -
WILDCARD_TYPE
public static final javax.enterprise.util.TypeLiteral<org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent<?,?>> WILDCARD_TYPEEvents which will be selected (including generic type information (<?, ?>).
-
-
Constructor Details
-
CacheEntryExpiredAdapter
-
-
Method Details