接口的使用
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.consul org.apache.dubbo.registry.multiple org.apache.dubbo.registry.nacos org.apache.dubbo.registry.sofa org.apache.dubbo.registry.zookeeper -
-
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 -
org.apache.dubbo.registry.consul中ServiceDiscoveryFactory的使用
实现ServiceDiscoveryFactory的org.apache.dubbo.registry.consul中的类 修饰符和类型 类 说明 classConsulServiceDiscoveryFactory -
org.apache.dubbo.registry.multiple中ServiceDiscoveryFactory的使用
实现ServiceDiscoveryFactory的org.apache.dubbo.registry.multiple中的类 修饰符和类型 类 说明 classMultipleRegistryServiceDiscoveryFactory -
org.apache.dubbo.registry.nacos中ServiceDiscoveryFactory的使用
实现ServiceDiscoveryFactory的org.apache.dubbo.registry.nacos中的类 修饰符和类型 类 说明 classNacosServiceDiscoveryFactory -
org.apache.dubbo.registry.sofa中ServiceDiscoveryFactory的使用
实现ServiceDiscoveryFactory的org.apache.dubbo.registry.sofa中的类 修饰符和类型 类 说明 classSofaRegistryServiceDiscoveryFactory -
org.apache.dubbo.registry.zookeeper中ServiceDiscoveryFactory的使用
实现ServiceDiscoveryFactory的org.apache.dubbo.registry.zookeeper中的类 修饰符和类型 类 说明 classZookeeperServiceDiscoveryFactory
-