接口的使用
org.apache.dubbo.registry.RegistryService
-
使用RegistryService的程序包 程序包 说明 org.apache.dubbo.registry org.apache.dubbo.registry.client * The inspiration of service registration and discovery comes from Spring Cloud Commons.org.apache.dubbo.registry.support -
-
org.apache.dubbo.registry中RegistryService的使用
org.apache.dubbo.registry中RegistryService的子接口 修饰符和类型 接口 说明 interfaceRegistryRegistry.实现RegistryService的org.apache.dubbo.registry中的类 修饰符和类型 类 说明 classListenerRegistryWrapper -
org.apache.dubbo.registry.client中RegistryService的使用
实现RegistryService的org.apache.dubbo.registry.client中的类 修饰符和类型 类 说明 classServiceDiscoveryRegistryBeing different to the traditional registry,ServiceDiscoveryRegistrythat is a new service-orientedRegistrybased onServiceDiscovery, it will not interact in the external registry directly, but store theurlsthat Dubbo services exported and referenced intoWritableMetadataServicewhenServiceDiscoveryRegistry.register(URL)andServiceDiscoveryRegistry.subscribe(URL, NotifyListener)methods are executed. -
org.apache.dubbo.registry.support中RegistryService的使用
实现RegistryService的org.apache.dubbo.registry.support中的类 修饰符和类型 类 说明 classAbstractRegistryAbstractRegistry.classFailbackRegistryFailbackRegistry.
-