Class TransactionListenerAdapter

java.lang.Object
org.springframework.data.gemfire.transaction.event.TransactionListenerAdapter
All Implemented Interfaces:
CacheCallback, Declarable, TransactionListener, TransactionWriter

public class TransactionListenerAdapter extends Object implements TransactionListener, TransactionWriter
The TransactionListenerAdapter class is an Apache Geode TransactionListener and TransactionWriter implementation that publishes the TransactionEvent to application components and beans declared in the Spring ApplicationContext using the ApplicationEventPublisher.
Since:
2.3.0
Author:
John Blum
See Also: