Uses of Interface
org.apache.dubbo.registry.client.ServiceDiscovery
Packages that use ServiceDiscovery
Package
Description
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
-
Uses of ServiceDiscovery in org.apache.dubbo.registry.client
Classes in org.apache.dubbo.registry.client that implement ServiceDiscoveryModifier and TypeClassDescriptionclassEach service discovery is bond to one application.classclassMethods in org.apache.dubbo.registry.client that return ServiceDiscoveryModifier and TypeMethodDescriptionAbstractServiceDiscoveryFactory.getServiceDiscovery(URL registryURL) ServiceDiscoveryFactory.getServiceDiscovery(URL registryURL) Get the instance ofServiceDiscoveryServiceDiscoveryRegistry.getServiceDiscovery()Methods in org.apache.dubbo.registry.client that return types with arguments of type ServiceDiscovery -
Uses of ServiceDiscovery in org.apache.dubbo.registry.client.event.listener
Constructors in org.apache.dubbo.registry.client.event.listener with parameters of type ServiceDiscoveryModifierConstructorDescriptionServiceInstancesChangedListener(Set<String> serviceNames, ServiceDiscovery serviceDiscovery) -
Uses of ServiceDiscovery in org.apache.dubbo.registry.support
Methods in org.apache.dubbo.registry.support that return types with arguments of type ServiceDiscovery