Class DataRehashedAdapter<K,V>
- java.lang.Object
-
- org.infinispan.cdi.embedded.event.cache.AbstractAdapter<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V>>
-
- org.infinispan.cdi.embedded.event.cache.DataRehashedAdapter<K,V>
-
public class DataRehashedAdapter<K,V> extends AbstractAdapter<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V>>
Event bridge forDataRehashed.- Author:
- Pete Muir, Sebastian Laskawiec
- See Also:
Listener,DataRehashed
-
-
Field Summary
Fields Modifier and Type Field Description static org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?>EMPTYstatic TypeLiteral<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?>>WILDCARD_TYPEEvents which will be selected (including generic type information (, ?>).
-
Constructor Summary
Constructors Constructor Description DataRehashedAdapter(Event<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V>> event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfire(org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V> payload)
-
-
-
Field Detail
-
EMPTY
public static final org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?> EMPTY
-
WILDCARD_TYPE
public static final TypeLiteral<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?>> WILDCARD_TYPE
Events which will be selected (including generic type information (, ?>).
-
-