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