接口的使用
org.apache.dubbo.registry.client.ServiceDiscoveryFactory
-
使用ServiceDiscoveryFactory的程序包 程序包 说明 org.apache.dubbo.registry.client * The inspiration of service registration and discovery comes from Spring Cloud Commons. -
-
org.apache.dubbo.registry.client中ServiceDiscoveryFactory的使用
实现ServiceDiscoveryFactory的org.apache.dubbo.registry.client中的类 修饰符和类型 类 说明 classAbstractServiceDiscoveryFactoryAbstractServiceDiscoveryFactoryimplementation with cache, the subclass should implementAbstractServiceDiscoveryFactory.createDiscovery(URL)method to create an instance ofServiceDiscoveryclassDefaultServiceDiscoveryFactoryThe defaultSPIimplementation ofServiceDiscoveryFactorytoget the instance of ServiceDiscoveryvia theprotocolfrom theURLthat will connect the infrastructure of Service registration and discovery.返回ServiceDiscoveryFactory的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 static ServiceDiscoveryFactoryServiceDiscoveryFactory. getExtension(URL registryURL)Get the extension instance ofServiceDiscoveryFactorybythe protocol
-