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:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
-
Constructor Details
-
DubboConfigBeanDefinitionConflictApplicationListener
public DubboConfigBeanDefinitionConflictApplicationListener()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-