接口 RegistryFactory
-
- 所有超级接口:
RegistryFactory
@Deprecated public interface RegistryFactory extends RegistryFactory
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 已过时的方法 修饰符和类型 方法 说明 RegistrygetRegistry(URL url)已过时。default RegistrygetRegistry(URL url)已过时。Connect to the registry
-
-
-
方法详细资料
-
getRegistry
default Registry getRegistry(URL url)
已过时。从接口复制的说明:RegistryFactoryConnect to the registryConnecting the registry needs to support the contract:
1. When the check=false is set, the connection is not checked, otherwise the exception is thrown when disconnection
2. Support username:password authority authentication on URL.
3. Support the backup=10.20.153.10 candidate registry cluster address.
4. Support file=registry.cache local disk file cache.
5. Support the timeout=1000 request timeout setting.
6. Support session=60000 session timeout or expiration settings.- 指定者:
getRegistry在接口中RegistryFactory- 参数:
url- Registry address, is not allowed to be empty- 返回:
- Registry reference, never return empty value
-
-