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