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 Details

  • 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:
      onApplicationEvent in interface org.springframework.context.ApplicationListener
    • getOrder

      public int getOrder()
      Deprecated.
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Deprecated.
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getApplicationContext

      public org.springframework.context.ApplicationContext getApplicationContext()
      Deprecated.