Class DubboApplicationContextInitializer

java.lang.Object
org.apache.dubbo.spring.boot.context.DubboApplicationContextInitializer
All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer, org.springframework.core.Ordered

public class DubboApplicationContextInitializer extends Object implements org.springframework.context.ApplicationContextInitializer, org.springframework.core.Ordered
Dubbo ApplicationContextInitializer implementation
Since:
2.7.1
See Also:
  • ApplicationContextInitializer
  • Constructor Details

    • DubboApplicationContextInitializer

      public DubboApplicationContextInitializer()
  • Method Details

    • initialize

      public void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
      Specified by:
      initialize in interface org.springframework.context.ApplicationContextInitializer
    • getOrder

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