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
  • Constructor Details

    • DsTxEventListenerFactory

      public DsTxEventListenerFactory()
  • Method Details

    • supportsMethod

      public boolean supportsMethod(Method method)
      Specified by:
      supportsMethod in interface org.springframework.context.event.EventListenerFactory
    • createApplicationListener

      public org.springframework.context.ApplicationListener<?> createApplicationListener(String beanName, Class<?> type, Method method)
      Specified by:
      createApplicationListener in interface org.springframework.context.event.EventListenerFactory
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered