类 DubboBootstrapApplicationListener

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

    public class DubboBootstrapApplicationListener
    extends com.alibaba.spring.context.OnceApplicationContextEventListener
    implements org.springframework.core.Ordered
    The ApplicationListener for DubboBootstrap's lifecycle when the ContextRefreshedEvent and ContextClosedEvent raised
    从以下版本开始:
    2.7.5
    • 构造器详细资料

      • DubboBootstrapApplicationListener

        public DubboBootstrapApplicationListener()
      • DubboBootstrapApplicationListener

        public DubboBootstrapApplicationListener​(org.springframework.context.ApplicationContext applicationContext)
    • 方法详细资料

      • onApplicationContextEvent

        public void onApplicationContextEvent​(org.springframework.context.event.ApplicationContextEvent event)
      • getOrder

        public int getOrder()
        指定者:
        getOrder 在接口中 org.springframework.core.Ordered