类 DubboConfigBeanDefinitionConflictApplicationListener

  • 所有已实现的接口:
    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
    从以下版本开始:
    2.7.5
    另请参阅:
    BeanDefinition, ApplicationListener
    • 构造器详细资料

      • DubboConfigBeanDefinitionConflictApplicationListener

        public DubboConfigBeanDefinitionConflictApplicationListener()
    • 方法详细资料

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.event.ContextRefreshedEvent event)
        指定者:
        onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
      • getOrder

        public int getOrder()
        指定者:
        getOrder 在接口中 org.springframework.core.Ordered