Class DubboBootstrapApplicationListener
java.lang.Object
org.apache.dubbo.config.spring.context.DubboBootstrapApplicationListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener,org.springframework.core.Ordered
@Deprecated
public class DubboBootstrapApplicationListener
extends Object
implements org.springframework.context.ApplicationListener, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered
Deprecated.
The
ApplicationListener for DubboBootstrap's lifecycle when the ContextRefreshedEvent
and ContextClosedEvent raised- Since:
- 2.7.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The bean name ofDubboBootstrapApplicationListenerFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.DubboBootstrapApplicationListener(boolean shouldInitConfigBeans) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationContextDeprecated.intgetOrder()Deprecated.voidonApplicationEvent(org.springframework.context.ApplicationEvent event) Deprecated.voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) Deprecated.
-
Field Details
-
BEAN_NAME
Deprecated.The bean name ofDubboBootstrapApplicationListener- Since:
- 2.7.6
- See Also:
-
-
Constructor Details
-
DubboBootstrapApplicationListener
public DubboBootstrapApplicationListener()Deprecated. -
DubboBootstrapApplicationListener
public DubboBootstrapApplicationListener(boolean shouldInitConfigBeans) Deprecated.
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event) Deprecated.- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener
-
getOrder
public int getOrder()Deprecated.- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException Deprecated.- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()Deprecated.
-