类 DubboLifecycleComponentApplicationListener

  • 所有已实现的接口:
    EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener

    @Deprecated
    public class DubboLifecycleComponentApplicationListener
    extends com.alibaba.spring.context.OnceApplicationContextEventListener
    已过时。
    Binding the life cycle of Dubbo components with spring is not a good way. Now control components life cycle in DubboBootstrap.
    A listener for the Dubbo Lifecycle components
    从以下版本开始:
    2.7.5
    另请参阅:
    SmartApplicationListener
    • 构造器详细资料

      • DubboLifecycleComponentApplicationListener

        public DubboLifecycleComponentApplicationListener()
        已过时。
      • DubboLifecycleComponentApplicationListener

        public DubboLifecycleComponentApplicationListener​(org.springframework.context.ApplicationContext applicationContext)
        已过时。