Uses of Class
org.apache.dubbo.registry.support.AbstractRegistry
Packages that use AbstractRegistry
Package
Description
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
-
Uses of AbstractRegistry in org.apache.dubbo.registry.client
Subclasses of AbstractRegistry in org.apache.dubbo.registry.clientModifier and TypeClassDescriptionclassTODO, this bridge implementation is not necessary now, protocol can interact with service discovery directly. -
Uses of AbstractRegistry in org.apache.dubbo.registry.support
Subclasses of AbstractRegistry in org.apache.dubbo.registry.supportModifier and TypeClassDescriptionclassBased on FailbackRegistry, it adds a URLAddress and URLParam cache to save RAM space.classA template implementation of registry service that provides auto-retry ability.