public class TransactionalEventListenerFactory extends Object implements org.springframework.context.event.EventListenerFactory, org.springframework.core.Ordered
EventListenerFactory implementation that handles TransactionalEventListener
 annotated methods.| Constructor and Description | 
|---|
| TransactionalEventListenerFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.context.ApplicationListener<?> | createApplicationListener(String beanName,
                         Class<?> type,
                         Method method) | 
| int | getOrder() | 
| void | setOrder(int order) | 
| boolean | supportsMethod(Method method) | 
public void setOrder(int order)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic boolean supportsMethod(Method method)
supportsMethod in interface org.springframework.context.event.EventListenerFactory