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