Package org.springframework.data.gemfire.transaction.event
package org.springframework.data.gemfire.transaction.event
-
ClassDescriptionAn implementation of Apache Geode's
TransactionWriter
interface that uses the Composite Software Design Pattern to compose multipleTransactionWriter
objects into a single instance.TheTransactionApplicationEvent
is an implementation ofApplicationEvent
which is fired during a transaction.TheTransactionListenerAdapter
class is an Apache GeodeTransactionListener
andTransactionWriter
implementation that publishes theTransactionEvent
to application components and beans declared in the SpringApplicationContext
using theApplicationEventPublisher
.