@Deprecated public class DubboBootstrapApplicationListener extends Object implements org.springframework.context.ApplicationListener, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered
ApplicationListener for DubboBootstrap's lifecycle when the ContextRefreshedEvent
and ContextClosedEvent raised| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_NAME
Deprecated.
The bean name of
DubboBootstrapApplicationListener |
| Constructor and Description |
|---|
DubboBootstrapApplicationListener()
Deprecated.
|
DubboBootstrapApplicationListener(boolean shouldInitConfigBeans)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext()
Deprecated.
|
int |
getOrder()
Deprecated.
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event)
Deprecated.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Deprecated.
|
public static final String BEAN_NAME
DubboBootstrapApplicationListenerpublic DubboBootstrapApplicationListener()
public DubboBootstrapApplicationListener(boolean shouldInitConfigBeans)
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListenerpublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic org.springframework.context.ApplicationContext getApplicationContext()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.