Class DubboConfigBeanDefinitionConflictApplicationListener

java.lang.Object
org.apache.dubbo.spring.boot.context.event.DubboConfigBeanDefinitionConflictApplicationListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.core.Ordered

public class DubboConfigBeanDefinitionConflictApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.core.Ordered
The ApplicationListener class for Dubbo Config Bean Definition to resolve conflict
Since:
2.7.5
See Also:
  • BeanDefinition
  • ApplicationListener
  • Constructor Details

    • DubboConfigBeanDefinitionConflictApplicationListener

      public DubboConfigBeanDefinitionConflictApplicationListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
    • getOrder

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