- All Implemented Interfaces:
- org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
public class DubboServiceRegistrationApplicationContextInitializer
extends Object
implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
The Dubbo services will be registered as the specified Spring cloud applications that
will not be considered normal ones, but only are used to Dubbo's service discovery even
if it is based on Spring Cloud Commons abstraction. However, current application will
be registered by other DiscoveryClientAutoConfiguration.
- Author:
- Mercy