Uses of Package
org.springframework.transaction.event
Packages that use org.springframework.transaction.event
Package
Description
Spring's support for annotation-based transaction demarcation.
Spring's support for listening to transaction events.
-
Classes in org.springframework.transaction.event used by org.springframework.transaction.annotationClassDescription
EventListenerFactoryimplementation that handlesTransactionalEventListenerannotated methods. -
Classes in org.springframework.transaction.event used by org.springframework.transaction.eventClassDescriptionAn
ApplicationListenerthat 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.