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