Uses of Package
org.springframework.data.gemfire.transaction.event
Packages that use org.springframework.data.gemfire.transaction.event
Package
Description
-
Classes in org.springframework.data.gemfire.transaction.event used by org.springframework.data.gemfire.transaction.configClassDescriptionThe
TransactionListenerAdapter
class is an Apache GeodeTransactionListener
andTransactionWriter
implementation that publishes theTransactionEvent
to application components and beans declared in the SpringApplicationContext
using theApplicationEventPublisher
. -
Classes in org.springframework.data.gemfire.transaction.event used by org.springframework.data.gemfire.transaction.eventClassDescriptionThe
TransactionApplicationEvent
is an implementation ofApplicationEvent
which is fired during a transaction.