Uses of Interface
org.apache.dubbo.registry.RegistryService
Packages that use RegistryService
Package
Description
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
-
Uses of RegistryService in org.apache.dubbo.registry
Subinterfaces of RegistryService in org.apache.dubbo.registryClasses in org.apache.dubbo.registry that implement RegistryService -
Uses of RegistryService in org.apache.dubbo.registry.client
Subinterfaces of RegistryService in org.apache.dubbo.registry.clientModifier and TypeInterfaceDescriptioninterfaceDefines the common operations of Service Discovery, extended and loaded by ServiceDiscoveryFactoryClasses in org.apache.dubbo.registry.client that implement RegistryServiceModifier and TypeClassDescriptionclassEach service discovery is bond to one application.classclassclassTODO, this bridge implementation is not necessary now, protocol can interact with service discovery directly. -
Uses of RegistryService in org.apache.dubbo.registry.support
Classes in org.apache.dubbo.registry.support that implement RegistryServiceModifier and TypeClassDescriptionclassProvides a fail-safe registry service backed by cache file.classBased on FailbackRegistry, it adds a URLAddress and URLParam cache to save RAM space.classA template implementation of registry service that provides auto-retry ability.