Package org.springframework.transaction.event
@NonNullApi
@NonNullFields
package org.springframework.transaction.event
Spring's support for listening to transaction events.
-
ClassDescriptionTransactionalApplicationListener<E extends ApplicationEvent>An
ApplicationListenerthat is invoked according to aTransactionPhase.Callback to be invoked on synchronization-driven event processing, wrapping the target listener invocation (TransactionalApplicationListener.processEvent(E)).TransactionalApplicationListeneradapter that delegates the processing of an event to a targetApplicationListenerinstance.GenericApplicationListeneradapter that delegates the processing of an event to aTransactionalEventListenerannotated method.AnEventListenerthat is invoked according to aTransactionPhase.EventListenerFactoryimplementation that handlesTransactionalEventListenerannotated methods.The phase in which a transactional event listener applies.