Uses of Class
org.springframework.context.event.ApplicationListenerMethodAdapter
Package
Description
Spring's support for listening to transaction events.
-
Uses of ApplicationListenerMethodAdapter in org.springframework.transaction.event
Modifier and TypeClassDescriptionclass
GenericApplicationListener
adapter that delegates the processing of an event to aTransactionalEventListener
annotated method.