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
ApplicationListener
that is invoked according to aTransactionPhase
.Callback to be invoked on synchronization-driven event processing, wrapping the target listener invocation (TransactionalApplicationListener.processEvent(E)
).TransactionalApplicationListener
adapter that delegates the processing of an event to a targetApplicationListener
instance.GenericApplicationListener
adapter that delegates the processing of an event to aTransactionalEventListener
annotated method.AnEventListener
that is invoked according to aTransactionPhase
.EventListenerFactory
implementation that handlesTransactionalEventListener
annotated methods.The phase in which a transactional event listener applies.