类 DubboConfigBeanDefinitionConflictApplicationListener
- java.lang.Object
-
- org.apache.dubbo.spring.boot.context.event.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
TheApplicationListenerclass for Dubbo ConfigBean Definitionto resolve conflict- 从以下版本开始:
- 2.7.5
- 另请参阅:
BeanDefinition,ApplicationListener
-
-
构造器概要
构造器 构造器 说明 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
-
-