Uses of Package
org.springframework.transaction.event
Package
Description
Spring's support for annotation-based transaction demarcation.
Spring's support for listening to transaction events.
-
ClassDescription
EventListenerFactory
implementation that handlesTransactionalEventListener
annotated methods. -
ClassDescriptionAn
ApplicationListener
that is invoked according to aTransactionPhase
.Callback to be invoked on synchronization-driven event processing, wrapping the target listener invocation (TransactionalApplicationListener.processEvent(E)
).The phase in which a transactional event listener applies.