Class DsTxEventListenerFactory
java.lang.Object
com.baomidou.dynamic.datasource.tx.DsTxEventListenerFactory
- All Implemented Interfaces:
org.springframework.context.event.EventListenerFactory,org.springframework.core.Ordered
public class DsTxEventListenerFactory
extends Object
implements org.springframework.context.event.EventListenerFactory, org.springframework.core.Ordered
DsTxEventListener Factory
- Author:
- zp
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationListener<?>createApplicationListener(String beanName, Class<?> type, Method method) intgetOrder()booleansupportsMethod(Method method)
-
Constructor Details
-
DsTxEventListenerFactory
public DsTxEventListenerFactory()
-
-
Method Details
-
supportsMethod
- Specified by:
supportsMethodin interfaceorg.springframework.context.event.EventListenerFactory
-
createApplicationListener
public org.springframework.context.ApplicationListener<?> createApplicationListener(String beanName, Class<?> type, Method method) - Specified by:
createApplicationListenerin interfaceorg.springframework.context.event.EventListenerFactory
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-