Uses of Interface
org.springframework.context.event.EventListenerFactory
Package
Description
Support classes for application events, like standard context events.
Spring's support for annotation-based transaction demarcation.
Spring's support for listening to transaction events.
-
Uses of EventListenerFactory in org.springframework.context.event
Modifier and TypeClassDescriptionclass
DefaultEventListenerFactory
implementation that supports the regularEventListener
annotation. -
Uses of EventListenerFactory in org.springframework.transaction.annotation
Modifier and TypeClassDescriptionclass
Extension ofTransactionalEventListenerFactory
, detecting invalid transaction configuration for transactional event listeners:Transactional
only supported withPropagation.REQUIRES_NEW
andPropagation.NOT_SUPPORTED
. -
Uses of EventListenerFactory in org.springframework.transaction.event
Modifier and TypeClassDescriptionclass
EventListenerFactory
implementation that handlesTransactionalEventListener
annotated methods.